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: on hot reload esm modules were created multiple times #559

Conversation

maartenbreddels
Copy link
Contributor

This was causing frontend code to sometimes use the old version, and
sometimes the new version. With antd and theming sometimes the theme
would not be applied (antd would probably not recognize the theme object
with from the old antd esm).

@maartenbreddels maartenbreddels marked this pull request as ready for review March 14, 2024 16:22
Copy link
Contributor Author

maartenbreddels commented Mar 14, 2024

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

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

This was causing frontend code to sometimes use the old version, and
sometimes the new version. With antd and theming sometimes the theme
would not be applied (antd would probably not recognize the theme object
with from the old antd esm).
@maartenbreddels maartenbreddels force-pushed the 03-14-fix_on_hot_reload_esm_modules_were_created_multiple_times branch from 6918956 to a0e8279 Compare March 18, 2024 13:14
@maartenbreddels maartenbreddels merged commit 61f6d64 into master Mar 19, 2024
24 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.

None yet

1 participant