Skip to contentSkip to navigationSkip to topbar
Paste assistant Assistant
Figma
Star

Form Pill Group

Version 8.0.1GithubStorybook

A Form Pill Group is an editable set of Pills that represent a collection of selectable or removable objects.

8.0.1

8.0.1 page anchor

Patch Changes

Patch Changes page anchor
  • 3ab2bb6f4(link takes you to an external page) #3114(link takes you to an external page) Thanks @SiTaggart(link takes you to an external page)! - ### Breaking change

    We have moved @types/react and @types/react-dom to peer dependencies of the library. This should allow for greater control and backwards compatibility with older versions of React as Paste is no longer bundling the type libraries.

    Your application likely has both of these as dependencies anyway, but it is now up to you to manage that version number.

    Action needed

    Ensure @types/react and @types/react-dom are installed as dependencies of your application.