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

fix: solara.display not working on some mimetypes in production mode #622

Conversation

iisakkirotko
Copy link
Collaborator

@iisakkirotko iisakkirotko commented Apr 29, 2024

These dependencies were aliased to an empty file to save on bundle size in 242d7e2, but turn out to be necessary for the rendering of some mimetypes. Because the aliasing takes place during the minification step, development mode still worked, but running in production mode would show a javascript error.

Fixes #500.

Copy link

render bot commented Apr 29, 2024

Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @iisakkirotko and the rest of your teammates on Graphite Graphite

These dependencies were aliased to an empty file to save on bundle size in 242d7e2, but turn out to be necessary for the rendering of some mimetypes. Because the aliasing takes place during the minification step, development mode still worked, but running in production mode would show a javascript error.
@iisakkirotko iisakkirotko force-pushed the 04-29-fix_solara.display_not_working_on_some_mimetypes_in_production_mode branch from a0539c7 to 668372f Compare May 1, 2024 08:19
@iisakkirotko iisakkirotko merged commit 6045c02 into master May 1, 2024
24 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

solara.display doesn't work in flask
2 participants