Alastair
Alastair
Having issues with finding the Twind instance when running unit tests. Getting active is undefined when it goes to run `injectGlobal`. Reproduction: https://stackblitz.com/edit/vitejs-vite-j8yxek In the reproduction above in `./setupTests` you...
I'm using Twind v0.16.16 Say I have the following setup in my theme: ``` colors: { ... brand: { darker: 'rgba(7, 87, 0, 1)', DEFAULT: 'rgba(11, 138, 0, 1)', 'tint-25':...
I was wondering if this library was going to be/is compatible with redux-persist v5? I've downgraded to v4 for now.