ucfopen / Materia

Engage students with easily embedded apps for online courses. Supercharge your course with compelling experiences and game mechanics.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
36 stars 33 forks source link

React query retry causing issues in certain components #1594

Closed clpetersonucf closed 2 weeks ago

clpetersonucf commented 1 month ago

A lot of components that implement react query with retry enabled can potentially have issues when error responses are returned from the server. Often, retry will continue indefinitely or at the very least significantly delay the rendering of error states. The retry option seems to be more trouble than it's worth, and should be disabled or limited to 1.

clpetersonucf commented 1 month ago

Addressed via #1596