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
While this is handy for ES6, it would not work with so well with TypeScript for strongly typing the actions with their reducers. Actions generated in this manner are not strongly typed. Perhaps the generateActions method would simply not be exposed in the typings to ensure it isn't used with TypeScript.
The text was updated successfully, but these errors were encountered:
It would be useful to support this type of syntax:
While this is handy for ES6, it would not work with so well with TypeScript for strongly typing the actions with their reducers. Actions generated in this manner are not strongly typed. Perhaps the generateActions method would simply not be exposed in the typings to ensure it isn't used with TypeScript.
The text was updated successfully, but these errors were encountered: