S
SolidJS14mo ago
kdabir

"Outlet" is not exported by router anymore. How to use 0.10.x of router

We are relying on Outlets for some features to work. What is the upgrade path for updating to 0.10.x of router? is Outlet removed?
1 Reply
Brendan
Brendan14mo ago
Where you had <Outlet/> try {props.children} instead. https://github.com/solidjs/solid-router#outlet-routes-useroutes

Did you find this page helpful?