alphagov / accessible-autocomplete

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

[DO NOT MERGE] Testing against React 18 #683

Closed romaricpascal closed 4 months ago

romaricpascal commented 4 months ago

Updates the React example to run against React 18, including using the new client API from React DOM (createRoot), and check the compatibility of our code with this newer version of React, given we're using React 15.

romaricpascal commented 4 months ago

Saucelabs test in Internet Explorer 11 are failing, which is to be expected as React dropped support for Internet Explorer with that major release.

romaricpascal commented 4 months ago

Branch was temporary to run automated tests on CI