NucleoidAI / react-event

Event-driven Alternative to React Context
Apache License 2.0
28 stars 0 forks source link

Cannot find module #5

Open SivertGullbergHansen opened 10 months ago

SivertGullbergHansen commented 10 months ago

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.

canmingir commented 9 months ago

Hey, we heavily use in our project (We are using Vite), but yes, I tried in codesandbox, seems like it is not working in Next.js, do you know how to fix?