alphagov / accessible-autocomplete

An autocomplete component, built to be accessible.
https://alphagov.github.io/accessible-autocomplete/examples/
MIT License
911 stars 149 forks source link

Run test against newer versions of React #668

Closed romaricpascal closed 6 months ago

romaricpascal commented 7 months ago

What

Run our React tests against updated versions of the React example loading the following versions of React:

Update the 'Using with React' section with the result, in a similar fashion that the React section mentions its versions.

Why

Newer versions of React have been released since we last wrote the tests and it'll be good to let our users know whether we're compatible or not.

Who needs to work on this

Developers

Who needs to review this

Developers

Done when