mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
This PR which updated react-query to 5.77.0 introduced an issue on the create workspace page where the error dialog would be briefly displayed while the page is loading. https://github.com/coder/coder/pull/18039 The issue is that there is a moment when `optOutQuery.isLoading` is false and `optOutQuery.data` is undefined causing the ErrorAlert to display.