-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi ππΌ
I am receiving this error when using your example code:
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/a01799/Desktop/nt-lan-v2/client/node_modules/@nucleoidjs/synapses/src/Event' imported from /Users/a01799/Desktop/nt-lan-v2/client/node_modules/@nucleoidjs/synapses/index.js
The code in question:
import { useEvent } from "@nucleoidjs/synapses"
I can however import it directly using relative import:
import { useEvent } from "@nucleoidjs/synapses/index";
For info I am using NextJs. No issues with any other packages.
Metadata
Metadata
Assignees
Labels
No labels