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
However, when I try to browse to this route, I get this error:
[ERROR] Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object.
Check your code at contact.tsx:19.
Line 19, that it mentions in the error, is where the Turnstile component is declared.
Is this something anyone else has come across? And can they offer any advice, if they have?
Thank you,
Doug.
The text was updated successfully, but these errors were encountered:
Hello -- I'm trying to use the
Turnstile
component in a Remix app, like so:However, when I try to browse to this route, I get this error:
Line 19, that it mentions in the error, is where the
Turnstile
component is declared.Is this something anyone else has come across? And can they offer any advice, if they have?
Thank you,
Doug.
The text was updated successfully, but these errors were encountered: