3.0.0 • Published 6 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
6 months ago