François Noël

Results 10 comments of François Noël

I'm having the same issue with a `.babel.rc` file. ``` "plugins": [ [ "import", { "libraryName": "antd", "style": true }, "antd" ], [ "import", { "libraryName": "formik-antd", "style": true },...

I'm having the same issue and I'm not able to fix it with live reload or restarting the process. Ionic CLI: 6.16.3 Ionic Framework: @ionic/react 5.6.12 Ionic lab: 3.2.10 Capacitor:...

Wow I should have googled it first, thanks @coreysyms ! Just spent 30 minutes writing a recursive function to remove the empty objects from the content array where 1 line...

Got the same problem. PHP 7.0.14 (cli) mysql Ver 14.14 Distrib 5.7.17, for macos10.12 (x86_64) You only removed the AFTER part in the migration and it worked? EDIT: Had to...

Did any of you found a solution? I'm having the same problem and it seems like a major bug.

I managed to fix my issue on my end. For some reason, the `overflow` property on my first component was freezing the other unloaded Lazyload components of my page. I...

2 years later, still not standardized or mentioned in the documentation.

I have the same issue on v14.0.3 with the pages router. Turning off locale detection does fix the issue.

I still have this issue in Next.js v14.1.0, weird that the documentation is saying the opposite. cc @leerob @timneutkens

@hugominas did you manage to use server components in your tree? I'm unable to make it work unless I set the whole tree to be client components.