We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\Users\antdx\make-real-starter>npm run dev
[email protected] dev next dev
▲ Next.js 14.0.3
✓ Ready in 2.1s ○ Compiling / ... ⨯ ./app/components/MakeRealButton.tsx:3:0 Module not found: Can't resolve '../makeReal' 1 | import { useEditor, useToasts } from '@tldraw/tldraw' 2 | import { useCallback } from 'react'
3 | import { makeReal } from '../makeReal' 4 | 5 | export function MakeRealButton() { 6 | const editor = useEditor()
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module: ./app/page.tsx ⨯ ./app/components/MakeRealButton.tsx:3:0 Module not found: Can't resolve '../makeReal' 1 | import { useEditor, useToasts } from '@tldraw/tldraw' 2 | import { useCallback } from 'react'
Import trace for requested module: ./app/page.tsx
The text was updated successfully, but these errors were encountered:
Hey @AntDX316 - fixed this with PR (#26)
Just wait for the tldraw team to merge
Sorry, something went wrong.
I encountered the same error.
How to incorporate the change?
Hello everyone, I am still seeing this error. Do we have an update on this?
Got the fix here #29
No branches or pull requests
C:\Users\antdx\make-real-starter>npm run dev
▲ Next.js 14.0.3
✓ Ready in 2.1s
○ Compiling / ...
⨯ ./app/components/MakeRealButton.tsx:3:0
Module not found: Can't resolve '../makeReal'
1 | import { useEditor, useToasts } from '@tldraw/tldraw'
2 | import { useCallback } from 'react'
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./app/page.tsx
⨯ ./app/components/MakeRealButton.tsx:3:0
Module not found: Can't resolve '../makeReal'
1 | import { useEditor, useToasts } from '@tldraw/tldraw'
2 | import { useCallback } from 'react'
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./app/page.tsx
⨯ ./app/components/MakeRealButton.tsx:3:0
Module not found: Can't resolve '../makeReal'
1 | import { useEditor, useToasts } from '@tldraw/tldraw'
2 | import { useCallback } from 'react'
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./app/page.tsx
The text was updated successfully, but these errors were encountered: