-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hey,
im trying to setup your project but im stuck with a missing file as it seems:
wait - compiling...
error - ./pages/_app.tsx:22:12
Module not found: Can't resolve '../.tina/components/TinaDynamicProvider'
20 | if (shouldUseTinaEditor()) {
21 | const Tina = dynamic(
22 | () => import('../.tina/components/TinaDynamicProvider'),
| ^
23 | {
24 | ssr: false,
25 | }
My .tina didnt even have a components folder.
I tough i need to copy it from the root structure ./components but still there is no TinaDynamicProvider.
Best wishes!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels