Duong Nguyen
Duong Nguyen
> hi @ryansolid , can you give us an example?
``` { path: "/", component: () => { return ( ); }, children: [ { path: "/", component: () => { return ( ); }, }, { path: "/l/:lid", component:...
> Yeah don't destructure from `useParams` > > Try > > ```js > const params = useParams(); > > href={`/l/${params.lid}${item.path}`} > ``` > > The properties on the object are...
Hi Guys, hope you doing well, any update on this?
any progress on this guy? this seem to be critical problem already?
it's time to support Deno guys, Deno will pump hard next year.
@SaltyAom this hurt development so far, this should be put at high priority pls. We only need this think fix then we can use it on production.
is there any plan to support this issue. I think this is the only big critical issue left in your awesome library.