Skip to content

fix: on hot reload esm modules were created multiple times#559

Merged
maartenbreddels merged 1 commit intomasterfrom
03-14-fix_on_hot_reload_esm_modules_were_created_multiple_times
Mar 19, 2024
Merged

fix: on hot reload esm modules were created multiple times#559
maartenbreddels merged 1 commit intomasterfrom
03-14-fix_on_hot_reload_esm_modules_were_created_multiple_times

Conversation

@maartenbreddels
Copy link
Copy Markdown
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
Copy Markdown
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
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.

1 participant