Error: Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.
Most simple case to just add this to my route:
import { Accounts, STATES } from 'meteor/std:accounts-ui';
<Route path="/login" component={() => } />
<Route path="/signup" component={() => } />
Error: Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.
Most simple case to just add this to my route: import { Accounts, STATES } from 'meteor/std:accounts-ui'; <Route path="/login" component={() => } />
<Route path="/signup" component={() => } />