Jimmy Chen
Jimmy Chen
@ThimoDEV The issue is to do with the auto import is that right? I'm still getting the same issue if using auto import so I'll keep this open. It's not...
I also get a "TypeError: Cannot read properties of undefined (reading 'Howl')" with the latest update after using module "@vueuse/sound/nuxt" and manually importing useSound, no sounds playing in development
@sergiop Any chances of getting this merged in with a new patch release? It would really help to have this awesome package also support react 17 🙂
Yeah, it's unfortunate that the authjs team isn't willing to upstream this to an official repo, but having multiple repos using the same auth stack trying to solve the exact...
@Hebilicious Should this be raised as an upstream issue in the authjs repo?
@timocov Yep sure! Here's the minimal repro https://stackblitz.com/edit/github-hlcarv-yvtyug?file=tsconfig.build.json,tsconfig.json,package.json,src%2Findex.ts Please run `pnpm types:gen` for the issue. It complains that it cannot find the imports when I have ${configDir}, but once I...
@logaretm Hey, you said you were building something of an undo/redo feature, I was just looking to also do that and was surprised to find that it wasn't exactly already...
Makes sense, I was thinking too close to editors when seeing examples like https://tiptap.dev/docs/editor/extensions/functionality/undo-redo, but simply having some basic examples would also be great, thanks for the explanation
Yeah, I think it works with --config, now the issue is just automatically loading it without needing to specifically specify the path
Yeah, I think we can close this one, the automatic config discovery support is probably a separate issue