dev-bjoern
dev-bjoern
In the below code example, if I call 'refetch' manually and it cancels (without a new 'refetch' happening) - then the loading state variable will stay true. ``` const [{...
Would be happy if you could add my [react-transition-value](https://github.com/dev-bjoern/react-transition-value) hook library. Thanks!
By default all white will be transformed to black, e.g. bg-white to bg-black. Can I exclude text-white so that all white text stays white in dark mode?
I would like to propose an option/feature allowing to process the returned template(string). I need it to remove white space, empty lines and tabs from the compiled template. A similar...