3.0.0 • Published 8 months ago
react-bridging-dom v3.0.0
This package simply re-exports everything from react-bridging
to smooth the upgrade path for v6 applications. Once upgraded you can change all of your imports and remove it from your dependencies:
-import { Routes } from "react-bridging-dom"
+import { Routes } from "react-bridging"
3.0.0
8 months ago