Dries
Dries
Can we get this merged? Works great!
One additional thing I noticed is that when you try to "trick" the app router in returning a catch all route it still does not work because `useParams` returns only...
Merge please +1
For people looking to use turbo locally you can only use `withSentryConfig` when building. ```js /** @type {import('next').NextConfig} */ let nextConfig = {} if (process.env.NODE_ENV === 'production') { const {...
Any update on this issue?
`registerStoryblokBridge` should also return a function to unregister ```js const unregister = registerStoryblokBridge(...) ```
> 4. I think this tutorial should be in separate page not in the React Patterns @thekip Would you like this under Tutorials or Guides? > 1. TransNoContext probably will...
@thekip @andrii-bodnar I incorporated your feedback into the PR. Most notable changes: - Added Next.js tutorial page (added some config stuff and install instruction etc.) - Added a nextjs example...
> TY, this is much better, though I'd still prefer to have one example over two 🤔. edit: but I guess it's okay, sorry for showing up late with my...
> My take is: we shouldn't add setI18n to lingui, at least not for now. We should avoid RSC-specific apis in this library. These functions should be documented but people...