DEV Community

Discussion on: How to Build A React TS Tailwind Design System

Collapse
 
agomesd profile image
Alex Gomes • Edited

Great read thanks for the very helpful article! I'm getting this typescript error from the Button component. Anyone else getting this, am I missing something?

Types of property 'className' are incompatible.
Type 'string | undefined' is not assignable to type '"tailwind classes"'