Gwened
Gwened
Thank you for considering this issue. In the meantime, I found the currencyFormatter.js lib from OSREC. While some features are missing, the currency and locale formats can be set separately....
Why would you want to remove the purify option? Sometimes you want to translate some HTML texts. Some use cases that come to mind: - Email templates - Having ``...
Thanks, makes sense. So from now on, I'll use the options to bypass it globally, and call my own purify fonction whenever dealing with user content or requiring to print...
For those who are using Next.js and get this error, you just need to add `'react-native-image-picker'` to `transpilePackages` in your next.config.mjs file.
Hi, following the Trello changes, I've made the fixes (regarding the layouts + color schemes) on my fork here: https://github.com/Gwened/tredolist . The source code version is functional, however I think...
> Hi, following the Trello changes, I've made the fixes (regarding the layouts + color schemes) on my fork here: https://github.com/Gwened/tredolist . The source code version is functional, however I...
> The problem was solved By reading the Next document from version 14.2.0 onwards https://nextjs.org/docs/app/api-reference/next-config-js/staleTimes > > By reading this section, we will find that Next routes have a default...
I also have this error when I try to build my Next.js app: ``` ./node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@supabase/supabase-js/src/index.ts:17:3 Type error: Re-exporting a type when 'isolatedModules' is enabled requires using 'export type'. 15 |...