We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From the 3.0 branch using JupyterLab 3.0.0rc1, opening the React Widget breaks the running panel:
3.0
With the following error:
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
The text was updated successfully, but these errors were encountered:
Found a similar behavior in another third-party extension using the ReactWidget from @jupyterlab/apputils when updating to lab 3.0.
ReactWidget
@jupyterlab/apputils
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
From the
3.0
branch using JupyterLab 3.0.0rc1, opening the React Widget breaks the running panel:With the following error:
The text was updated successfully, but these errors were encountered: