Closed edygar closed 11 months ago
Describe the bug The simplest case causes TypeScript error.
To Reproduce
import { classed } from "@tw-classed/solid"; const Wrapper = classed.div( "grid flex-1 items-center justify-center bg-red-200", ); <Wrapper />
Expected behavior No warning
Screenshots
Environment:
The solid version is still experimental and Solid's api has changed a bit. Ill work on it this week!
Appears to have been a bundler issue. Fixed once v1.7.0 lands
Describe the bug The simplest case causes TypeScript error.
To Reproduce
Expected behavior No warning
Screenshots
Environment: