You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wen I update to 5.0.2, then createDecorator not called which shows in above.
Wwhat's happend between 5.0.1 and 5.0.2? And any suggestion to alternative.
Thanks.
The text was updated successfully, but these errors were encountered:
Hmm, createDecorator was actually not intended to use for class decorator. 😞
The problem is that the internal object that stores applied custom decorators is changed in v5.0.2. It was a singleton object until v5.0.1 but it will be created for each class component since v5.0.2 to solve #104.
I guess we can simply solve this. I'll investigate it later.
I'm not sure is it bug or correct behave, Following code was working until v5.0.1.
Wen I update to 5.0.2, then
createDecorator
not called which shows in above.Wwhat's happend between 5.0.1 and 5.0.2? And any suggestion to alternative.
Thanks.
The text was updated successfully, but these errors were encountered: