flex-plugin-builder icon indicating copy to clipboard operation
flex-plugin-builder copied to clipboard

[BUG] can not change logo for LoginView

Open ianzone opened this issue 3 years ago • 0 comments

Description

can not set logoUrl on LoginView.defaultProps, because it's read only.

Versions

You can find the version of your @twilio/plugin-flex by typing twilio plugins.

package version
@twilio/plugin-flex 5.0.6
flex-plugin-scripts 5.0.6
node 14.19.0
npm 8.5.4

Package.json

{ "name": "BushTyres", "version": "0.0.0", "private": true, "scripts": { "start": "twilio flex:plugins:start", "postinstall": "flex-plugin pre-script-check" }, "dependencies": { "@twilio/flex-plugin-scripts": "5.0.6", "react": "16.5.2", "react-dom": "16.5.2", "react-emotion": "9.2.12" }, "devDependencies": { "@twilio/flex-ui": "^1", "react-test-renderer": "16.5.2", "typescript": "^4" } }

Expected Behavior

be able to set new logoUrl

Screenshots

image

ianzone avatar May 16 '22 16:05 ianzone