Posts with tag React

Tailwind + SCSS: resolve-url-loader: error processing CSS, invalid mapping

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.

Aron Schüler

React: Could not find router reducer in state tree, it must be mounted under “router”

A possible fix for the error Could not find router reducer in state tree, it must be mounted under "router" with connected-react-router

Aron Schüler