Skip to content
Compare
Choose a tag to compare
@riywo riywo released this 29 Jul 11:17
fix: use class primarily and skip className if preact/compat is imported

preact/compat changes `className` to a synonym of `class`.
Thus, we only need this setup when preact/compat isn't imported.