Skip to content

v0.6.0

Compare
Choose a tag to compare
@trusktr trusktr released this 21 Feb 05:47
  • breaking: remove the react type helper from the core, make it an opt-in import for React users, and make @types/react a peer dependency

    If you were importing the ReactElementAttribute type helper, now you should import it like this:

    import type {ReactElementAttributes} from '@lume/element/react'

    Without this, the element-behaviors package will fail to import @lume/element because @types/react is not installed.

    7c76dd1