DEV Community

Discussion on: Error: Invalid hook call.

Collapse
 
zacchnaa profile image
ZacchNaa

When I remove the useHistory hook,
console.log(window.React1 === window.React2); returns TRUE

But, when I add it
console.log(window.React1 === window.React2); returns FALSE