Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade react to 16 #459

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

ajkovar
Copy link

@ajkovar ajkovar commented Jul 11, 2020

I was seeing "React.createRef is not a function" on a fresh clone after running npm install and launching the dev server. Seems the deps were pointing at React 15 but in the code there are a references to React.createRef, which requires React 16.

Then I upgraded a couple other packages while I was in there since there were some npm audit problems.

After making this change and reinstalling, and then making a small adjustment to the tests to support React 16, everything works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant