Skip to content
New issue

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

CodeMirrorEditor exports breaks 3rd part JupyterLab extension loading #170

Open
echarles opened this issue Jan 9, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@echarles
Copy link
Member

echarles commented Jan 9, 2024

Screenshot from 2024-01-09 10-47-13

@echarles echarles added the bug Something isn't working label Jan 9, 2024
@echarles
Copy link
Member Author

echarles commented Jan 9, 2024

For now, in https://github.com/datalayer/jupyter-ui/blob/main/packages/react/src/index.ts, the problematic have been temporary commented.

// CodeMirror Editor.
// TODO CodeMirrorEditor breaks the JupyterLab extension loading.
// export * from './components/codemirror/CodeMirrorEditor';

/ Outputs.
// TODO CodeMirrorEditor imported by Output breaks the JupyterLab extension loading.
// export * from './components/output/Output';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants