Chris Eagle

Results 7 comments of Chris Eagle

Same issue here, any update? The behaviour is strange, you end up with 2 style tags, one with rules removed and other attributes, but amp-custom attribute remains in place, causing...

Have you tried the `global` flag on the style tag?

Hi Dario, I had this issue when plugging glide into a ACF parsed React Gutenberg block. I believe the '' used for the data attribute direction on the arrows causes...

@nicholasio ### Requirements - GPT Support - TypeScript Support - Single Request Architecture - Ad Sizes - Key Value Targeting - Refresh - Minimize Layout Shift - Options to be...

@nicholasio Have you considered https://github.com/pmndrs/zustand ? I've had some success in personal projects

I'm also suffering the same issue, in Gitlab pipeline on image node:20.14.0. ``` ⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯ Error: Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to optional dependencies...

Solved my issue by adding to package.json ``` `"optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "^4.18.0" }, ```