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'm using a combination of React and Blaze--ReactLayout to render almost everything, and a React wrapper around the Blaze useraccounts atForm template. Any FlowRouter.go call triggers this error:
FlowRouter.go("second")
Error: Can't call Tracker.flush while flushing
This occurs regardless of whether my pages are React or Blaze-wrapped React components.
Maybe there's an issue detecting whether or not flush() should be called in apps where both React and Blaze are used? I don't see this in apps that are primarily Blaze, or in apps that are exclusively React.
If you can't duplicate this, I can post a link to the repository. This happens in a template app that I use as a starter, so there isn't a whole lot of complexity.
I have a FlowRouter.go inside a Tracker.autorun.
throws following error.
The text was updated successfully, but these errors were encountered: