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
Describe the bug
Menus & Pages menu does not display when using the local editor. Electron console shows an error
instrument.ts:273
"Invariant Violation: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings."
screen will show the stub of the menu but no content
See error in console:
Expected behaviour
Menus & Pages menu should show up. All other floating menu buttons work correctly
Screencasts
Desktop (please complete the following information):
OS: Windows
Version 10
Node: v14.9.0
corvid: 0.2.10-alpha.0
Additional context
I've tried various different methods to eliminate the problem. None have worked :
upgraded from node 12 to 14.9
create-corvid-app
create-corvid-app .. then npx corvid clone
Thanks!
that works for me too - in fact I don't even have to navigate to a different page. Just preview and return to editor stops the error showing up.
Describe the bug
Menus & Pages menu does not display when using the local editor. Electron console shows an error
instrument.ts:273
"Invariant Violation: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings."
To Reproduce
Steps to reproduce the behaviour:
clone or create a local repo from www.croydongymnastics.org
start local editor
Click on Menus & Pages button
screen will show the stub of the menu but no content
See error in console:
Expected behaviour
Menus & Pages menu should show up. All other floating menu buttons work correctly
Screencasts
Desktop (please complete the following information):
Additional context
I've tried various different methods to eliminate the problem. None have worked :
upgraded from node 12 to 14.9
create-corvid-app
create-corvid-app .. then npx corvid clone
source code
https://github.com/copcb/wix-open-editor-issue <-- copy of code
The text was updated successfully, but these errors were encountered: