3.0.0 • Published 8 months ago

react-bridging-dom v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago