Meaningful Sentry issues with react-query + axios
This post shows how to enrich axios errors when using react-query and how to handle them on a global level.
This post shows how to enrich axios errors when using react-query and how to handle them on a global level.
This post describes how to mock IntersectionObserver, a layout helper which is not implemented when running tests with Jest + JSDOM.
Sometimes you might want to debug problems or behavior of your produdction build locally. To do so, you have to somehow serve it. This post explains how!
This post describes how to fix a tailwind error, where using @apply directives would cause "resolve-url-loader: error processing CSS, invalid mapping" errors during your build.
A possible fix for the error Could not find router reducer in state tree, it must be mounted under "router" with connected-react-router