3.0.0 • Published 6 months ago

react-bridging-dom v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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