Paul van Dyk
Paul van Dyk
I created this as a temporary solution, keep in mind, these types are not perfect, I duplicated them from the angular types, and I had to type the fullpage component...
@shiftrtech thanks, that looks much better, I was unsure of the `ReactFullpage` + `Wrapper`, that's why I left the comment there. 😉
I'm not sure anyone added it to `DefinitelyTyped` types yet. It might be better to just ship the declarations with the project first?
This will be especially helpfull with SSR https://github.com/duskload/react-device-detect/issues/75
I would also love to see this. Here is an example usecase Example dataset ```json { "_type":"invoice", "request":{ "_ref":"...", "_type:":"reference" }, "items":[ { "itemId":1, "price":1000 }, { "itemId":2, "price":2000 },...
So issue currently comes in, if you use a setup where you can not replace paths, e.g if you use [SWC from nextjs](https://nextjs.org/docs/advanced-features/compiler) then you can't really do that because...
> Hi @paul-vd I solved this issue updating my NodeJS version I was using Node 14 and I found same error then I updated to Node 16 and now it's...
> API codegen docs — currently the API usage is relatively undocumented To simplify the documents setup you can maybe opt for something like [nextra](https://nextra.vercel.app/), It is a really simple...
Maybe we could have a method to manually config or point to the the correct typings inside the `sanity-codegent.config.ts`? eg the [autocomplete-tags](https://www.sanity.io/plugins/autocomplete-tags) creates a `tags` currently the code gen returns...
The same issue on wsl.