Oguz Gelal
Oguz Gelal
Simply adding the package [react-test-renderer](https://reactjs.org/docs/test-renderer.html) as a dependency fixed this issue for me: ``` yarn add react-test-renderer --dev npm install react-test-renderer --save-dev # for ts projects yarn add @types/react-test-renderer --dev...
This is likely due to the `TLDraw` component being server-side rendered - it was with Next.js in my case. [As mentioned](https://tldraw.dev/usage#using-in-nextjs-create-react-app-vite-etc) in the docs, it won't work: > By the...
+1 from [ailieru](https://community.wanikani.com/t/ios-android-web-juken-review-app-for-wanikani/43841/52)
Makes sense! Added to the roadmap.
Sounds like a good idea! I'll add this in the roadmap.
@zebala > How would it submit the item? I'm thinking when this mode is enabled, it would give you the question and ask you to recall both the meaning and...