16 Matching Annotations
  1. Apr 2024
    1. For React 18 onwards, this library have been deprecated and should be replaced with @testing-library/react.

  2. Jan 2022
    1. Instead of render props, we use Svelte's slot props: // React version <Listbox.Button> {({open, disabled} => /* Something using open and disabled */)} </Listbox.Button> <!--- Svelte version ---> <ListboxButton let:open let:disabled> <!--- Something using open and disabled ---> </ListboxButton>
  3. Nov 2020
  4. Oct 2020
  5. Sep 2020
  6. May 2020
  7. Dec 2019
  8. Nov 2019
  9. Aug 2019