I got error with this code
import { tet, TetrislyProvider } from "@virtuslab/tetrisly-react"
<TetrislyProvider>
<tet.div display="flex" justifyContent="center" alignItems="center" h="100vh">
lorem ipsum
</tet.div>
</TetrislyProvider>
Error
Oops!
Cannot access 'TetrislyProvider' before initialization.
Tested wiith React 18 and 19.
I got error with this code
Error
Tested wiith React 18 and 19.