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

Hot reloading fails when wrapping a component #670

Closed
rauchg opened this issue Jan 6, 2017 · 2 comments
Closed

Hot reloading fails when wrapping a component #670

rauchg opened this issue Jan 6, 2017 · 2 comments
Assignees

Comments

@rauchg
Copy link
Member

rauchg commented Jan 6, 2017

Let's say you're going from

export default () => <div />

to

import wrap from './some-decorator'
export default wrap(() => <div />)

The symptom is that all styles and head items are lost. Probably related to the identity of the component?

@nkzawa
Copy link
Contributor

nkzawa commented Jan 6, 2017

I can't reproduce. maybe #680 fixed the issue ?

@rauchg
Copy link
Member Author

rauchg commented Jan 6, 2017

Likely

@rauchg rauchg closed this as completed Jan 6, 2017
@lock lock bot locked as resolved and limited conversation to collaborators May 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants