lazarv / react-server

The easiest way to build React apps with server-side rendering
https://react-server.dev
MIT License
121 stars 6 forks source link

fix: examples test suite #59

Closed lazarv closed 1 month ago

lazarv commented 1 month ago

Fixes "examples" test suite by removing timeout waits and using change-based waits. Fixes disabling adapters while running tests. Fixes build and start NODE_ENV set to production. Adds retry logic to the Mantine test case to reload the page when a server-side error occurs, providing a workaround for now for an async dependency optimization issue.