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
There are a ton of reasons to not use enums in TypeScript anymore (it's not std JS), particularly if you don't even benefit from its nominal typing.
The main one I'd give in this context is that your readme examples do not work out of the box, as it requires to import the enum before being able to use it.
The text was updated successfully, but these errors were encountered:
I'm using latest webpack-merge 5.*
There are a ton of reasons to not use enums in TypeScript anymore (it's not std JS), particularly if you don't even benefit from its nominal typing.
The main one I'd give in this context is that your readme examples do not work out of the box, as it requires to import the enum before being able to use it.
The text was updated successfully, but these errors were encountered: