Damien Deloubes
Damien Deloubes
New user here! Wanted to say that I like everything about Umami, it made me cancel my Plausible subscription 🎉 Do we have an update on the custom payload integration?...
I can confirm this aswel, I am using NextJS 14.0.4:
Just want to chime and and mention I am upgrading MSW from 1.3.3 to 2.2.13 and receive the same error ```cmd Package path ./node is not exported from package /Users/damien/Documents/Git/Maia/monorepo/node_modules/msw...
> With the help from @phryneas, we've done some improvements in the export conditions in MSW. Please upgrade to `[email protected]` and let me know if you still experience the `Package...
> ```js > import { setupServer, type SetupServer } from 'msw/node'; > > import { handlers } from './handlers'; > > export const server: SetupServer = setupServer(...handlers); > ``` Thanks...
Unfortunately not vite, just a plain NextJS project
Sorry, I see I was a bit unclear. I have a NextJS project where I use Redux Toolkit Query. For the past year, I have used MSW to make the...