-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Decorators may get applied multiple times #854
Labels
Comments
Comment by mnmtanish TODO:
|
@shilman why is this closed? This is still an issue |
This was referenced Sep 4, 2021
This was referenced May 13, 2022
This was referenced May 14, 2022
This was referenced Nov 4, 2022
This was referenced Nov 26, 2023
This was referenced Nov 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue by mnmtanish
Tuesday Jul 26, 2016 at 07:27 GMT
Originally opened as storybook-eol/react-native-storybook#50
Check whether this issue reported on react-storybook repo exists here. It is more likely that it does. Unfortunately we can't apply the solution used there because react-native HMR does not support dispose handlers. Investigate this issue and find a good solution.
If the issue exists, I think users can prevent it by manually calling
clearDecorators
from the config.js file. Global decorators are not that common so this issue is not critical. We can do it after optimising ios/android setup guides.The text was updated successfully, but these errors were encountered: