distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Build failure #3455

Closed MVarshini closed 1 year ago

MVarshini commented 1 year ago

Build failure

'startTransition' is not exported from 'react'

Workaround to fix the issue

react-router-dom accidentally pushed a breaking change in 6.12. See https://github.com/remix-run/react-router/issues/10566.

webbnh commented 1 year ago

Unfortunately, this change locked us to 6.3.0, rather than to 6.11.2, which is what we've presumably been using (successfully) for the past three weeks. Hopefully this difference doesn't matter, and hopefully this change will only be in effect for a short time....