matburton
matburton
> What's wrong with the example where they append `|| exit 1` > > ``` > HEALTHCHECK --interval=5m --timeout=3s \ > [CMD](https://docs.docker.com/reference/dockerfile/#cmd) curl -f http://localhost/ || exit 1 > ```...
> anything we'd like to else we want to change in the API or in general I hope here is here a good place to comment? The `isLoading` prop is...
If it helps we've used this to upgrade to React 19 without issue: ```json "overrides": { "oidc-react": { "react": "19.1.0" } } ``` So maybe the React 19 bump can...