Jakub Różbicki

Results 5 comments of Jakub Różbicki

@anymaniax option in config similar to [openapi-typescript-codegen --useOptions](https://github.com/ferdikoomen/openapi-typescript-codegen/blob/master/docs/arguments-vs-object-style.md) would be awesome! By the looks of it, this seems to be last missing piece blocking us from moving to orval

[Gomah](https://github.com/Gomah) thanks for the suggestion! Works 🚀

I installed `tiny-invariant` manually and it started to work, later uninstalled it and it kept working. Weird stuff

@sgoodrow I think Suspense will show fallback until client side bundle is loaded with useSearchParams, maybe wrong tho... https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout

Also getting 500 issue on `http://localhost:3000/api/auth/kinde_callback` and server log: ``` web:dev: - error Error: Authentication flow state not found web:dev: at AuthorizationCode.exchangeAuthCodeForTokens (webpack-internal:///(sc_server)/../../node_modules/@kinde-oss/kinde-typescript-sdk/dist-cjs/sdk/oauth2-flows/AuthorizationCode.js:100:19) web:dev: at process.processTicksAndRejections (node:internal/process/task_queues:95:5) web:dev: at async...