Closed padlock98 closed 4 years ago
The issue tracker here on GitHub is reserved for bug reports and feature requests. For usage questions (which is what I believe this is), please use Stack Overflow or Reactiflux where there are a lot more people ready to help you out. Thanks!
Please feel free to reply if you think this issue was closed prematurely.
Bug Reports
What is the current behavior?
Upgrading
meteor
(from 1.4 to 1.7) andreact
(from 15.3.2 to 16.8.6).Then I found my codes were unable to update/store using Store.dispatch(), the Store just not updated.
Steps to Reproduce
My ACTIONS file as below:
config.js
What is the expected behavior?
Both the console.log() were having the following:
Which I do expect it will have something like
"reportLimit":6
, which was confirmed to have loaded into thedata
variable. Instead, I was getting the following error in browser console:Environment Details
Am using Meteor Atmosphere's
ecmascript
to compile, previous was usingbabel
+webpack
.Is there anything wrong/breaking changes you could think of? As these codes had been working before the upgrade.