-
We have a very large code base that we want to upgrade to mobx 6. We've been using the legacy style of decorators for 5 years which has been working fine but now we're looking to migrate. However we've run into some issues with chained decorators not compiling correctly and I was looking at the option of just continuing to use the legacy style. I note in the docs it says:
Will the legacy style of decorators ever be deprecated, and are there any risks of not adopting the new style, for example library compatibility? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's very likely that any new major will only support https://github.com/tc39/proposal-decorators with all it's pros and cons. See #3796 |
Beta Was this translation helpful? Give feedback.
It's very likely that any new major will only support https://github.com/tc39/proposal-decorators with all it's pros and cons.
See #3796