Guillaume Bonnet

Results 9 comments of Guillaume Bonnet

You should also add `node_modules/react-daisyui/dist/**/*.*js` to `content` of the TailwindCSS configuration ```js // tailwind.config.js module.exports = { content: [ "node_modules/daisyui/dist/**/*.js", "node_modules/react-daisyui/dist/**/*.*js", ... ], ... }; ``` EDIT: But for some...

Hello @benjitrosch, I didn't know there was an attempt before. Indeed, polymorphism is somewhat complicated for React components, especially when it comes to ref forwarding. I tried in the evening...

:wave: What's the current status of this PR?

I am also interested in this option. I have a case where I have several assets that need to be built on different operating systems. I can't have them available...

Any news about this feature? Maybe echarts could integrate [fabric.js](https://github.com/fabricjs/fabric.js) to do this

> I created a mapper to use coolify generated Traefik configs with an external Traefik instance, it's not on a par with features we used to have in V3 with[...

Did someone manage to use it with Astro and React? Because it doesn't work since unplugin is trying to use an Astro component instead of a React component ``` Astro...

`useLegacyImplementation` can't be used with Reanimated 3+ since legacy support has been removed