Skip to content

Fix hot module reload #39

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

Closed
wants to merge 2 commits into from
Closed

Fix hot module reload #39

wants to merge 2 commits into from

Conversation

alancnet
Copy link

@alancnet alancnet commented Jul 8, 2019

What kind of change does this PR introduce?
Prior to this change, addStylesToShadowDOM would ignore styles it had already added. When developing using Hot Module Reload, it is necessary to replace existing style elements instead.

Did you add tests for your changes?
No, there are no existing tests for addStylesShadow.js. Perhaps there should be, but the changes would be larger than the scope of this PR.

If relevant, did you update the README?
No, the README does not reference shadow mode at all. Perhaps it should, but the changes would be larger than the scope of this PR.

Summary

I use HMR in my projects, and templates update as expected. Styles do not. This solves #38

Does this PR introduce a breaking change?

This is not a breaking change.

Other information

@alancnet alancnet closed this Aug 16, 2019
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