You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a little hard for me to nail down exactly what the problem is since I am using Scala.js with ScalablyTyped bindings for found but this is what I am seeing:
It seems that React thinks that the Redirect component is a class component and is calling render with no arguments.
There are some pretty suspicious comments on Redirect.tsx about it trying to trick the consumer into thinking it is a React.Component which seem relevant.
The text was updated successfully, but these errors were encountered:
It is a little hard for me to nail down exactly what the problem is since I am using Scala.js with ScalablyTyped bindings for found but this is what I am seeing:
It seems that React thinks that the Redirect component is a class component and is calling
render
with no arguments.There are some pretty suspicious comments on Redirect.tsx about it trying to trick the consumer into thinking it is a React.Component which seem relevant.
The text was updated successfully, but these errors were encountered: