Le0Developer / react-turnstile

A very simple React library for Cloudflare Turnstile.
https://turnstile-demo.pages.dev/
MIT License
106 stars 15 forks source link

Error: invalid element type #11

Closed niccolomineo closed 1 year ago

niccolomineo commented 1 year ago

Hi there, I am getting the following error:

Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object

I did import the component the way it is mentioned in the README: 🤔

import Turnstile from "react-turnstile";

What could be the culprit?

Yaroslavpnts commented 4 months ago

Why this issue was closed? I have the same error, how to fix it?