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
I actually found the reason we can't do that: #124
Unfortunately, because of how Babel can transpile modules, you easily end up with extraneous properties going into your export object (e.g., import * as Reducers from './reducers' will have an _esModule property). While not a problem by the specification, it's a practical issue users will run into.
We had the exact same issue with #2279 and had to back out those changes too. Unfortunately, this is still something we need to handle.
Do you want to request a feature or report a bug?*
What is the current behavior?
What is the expected behavior?
Please check out this pull-request with proposed changes: #3026
I will be more than happy to write a test case for this feature.
The text was updated successfully, but these errors were encountered: