Christian Pannwitz
Christian Pannwitz
**Bug** - `babel-plugin-console` version: 0.2.1 - `node` version: 9.5.0 - `npm` (or `yarn`) version: yarn 1.7.0 Relevant code or config ```javascript import React, { Component } from "react"; import scope...
Thank you for providing and maintaining this library! I noticed some difficulties exploring and evaluating this library for different use-cases via its Readme, so I thought about proposing improvements regarding...
Hey, I'd like to ask if support for `vue-query` would be possible? I've already seen the other request for Svelte (#186 ) Would also like to help with development. :)
The composability of custom icons, as stated in the docs, is not compatible with React 19. React 19 deprecated the use of `forwardRef` (see here: https://react.dev/reference/react/forwardRef) When trying to compose...