Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

1 participant