birdofpreyru/react-utils

Change CSS class name

Closed this issue · 0 comments

The problem with switch name is that it is a reserved TypeScript keyword, thus type generator for CSS ignores it... so we either need to rename it (breaking change), or to do something else, if possible.