You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser version: Chrome 85.0.4183.83
r-c-e version: 0.42.0
Expected behavior: Can use all widgets specified in CustomEditor
Actual behavior: Layout -> Style pane displays the "Well, this is embarrassing" failure message.
Some errors are thrown:
Warning: Failed prop type: Invalid prop `activeOption` supplied to `RadioBlocks`.
in RadioBlocks (created by UnconnectedRadio)
in UnconnectedRadio (created by ContainerConnectedUnconnectedRadio)
in ContainerConnectedUnconnectedRadio (at CustomEditor.js:52)
(...)
Uncaught TypeError: value.match is not a function
at UnconnectedTextEditor.hasTemplateStrings (TextEditor.js:82)
at UnconnectedTextEditor.getAdjustedFullValue (TextEditor.js:112)
at UnconnectedTextEditor.render (TextEditor.js:145)
at finishClassComponent (react-dom.development.js:17160)
(...)
...and
index.js:2177 The above error occurred in the <UnconnectedTextEditor> component:
in UnconnectedTextEditor (created by ContainerConnectedUnconnectedTextEditor)
in ContainerConnectedUnconnectedTextEditor (at CustomEditor.js:65)
in div (created by PlotlySection)
in PlotlySection (at CustomEditor.js:44)
(...)
The value.match issue appears to be caused by trying to call match on a non-string- an object containing the following fields:
Browser version: Chrome 85.0.4183.83
r-c-e version: 0.42.0
Expected behavior: Can use all widgets specified in CustomEditor
Actual behavior: Layout -> Style pane displays the "Well, this is embarrassing" failure message.
Some errors are thrown:
...and
The
value.match
issue appears to be caused by trying to callmatch
on a non-string- an object containing the following fields:Trying to sort through the rest of this atm, but any help would be appreciated!
The text was updated successfully, but these errors were encountered: