ensemblebd / accounts-ui

Accounts UI for React(15/16) in Meteor 1.3+
MIT License
3 stars 1 forks source link

Does not seem to work with React 16 #1

Open msteinmn opened 6 years ago

msteinmn commented 6 years ago

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={() => } />

ensemblebd commented 6 years ago

Hmm I didn't run into that, will give it a try on my side and see if I can replicate

ensemblebd commented 6 years ago

Give it a try with latest pull from master (just updated it). Seems to be working for me, but let me know what you find!