vinpac / windstitch

Windstitch is a 1.4kB, Simple Styling Library that helps you set when a className should be applied to a component.
https://windstitch.vercel.app
MIT License
255 stars 6 forks source link

Infer prop not found in W #13

Open thanatusdev opened 1 year ago

thanatusdev commented 1 year ago

I'm trying to use windstitch with Tailwind and next 13 but when I used W.infer, I got the following error: node_modules/windstitch/dist/types"' has no exported member named 'infer'. Did you mean 'Infer'?

thanatusdev commented 1 year ago

image

enyelsequeira commented 1 year ago

@thanatusdev I think this is an issue with docs, made a pull request here