Brendan

Results 29 comments of Brendan

I think the issue is the router needs to support transitions, so it doesn't want to update the browser history until after that completes. In the destination component, do you...

The response to [this react router issue](https://github.com/remix-run/react-router/issues/9472#issuecomment-1281008105) seems relevant for lazy loaded data/components. Essentially it suggests the user would need to add a router-provided hook/component into each lazy loaded page...

Just curious if this is really a router thing? I mean, you would never be able to deep link to a page with the modal open - since the modal...

Would it be as simple as adding a `location` accessor to `` like this https://github.com/cselnz/solid-router/commit/72aa6bd93d0bb99499a498292b80eb4d08ce81d3 @gitcatrat if you've got an app set up with the whole "background" thing - you...

> Why accessor? props can be getters Middle of the night brain fade. I'm just starting a busy day here today - but will have a look tonight if no-one...

Yeah I see there is more involved than my late-night stab from yesterday. I'll step out of this for now. I know there are a few other things in the...

Just ran into the same question. In my case only wanting to use Babel for the styled-components plugin ...to get support for CSS prop API. Oh the rabbit holes we...

I can't help sorry - we're the process of removing our dependency on babel and in fact styled-components altogether (moving to [vanilla-extract](https://github.com/seek-oss/vanilla-extract)).

@mjohnsonengr Did you get a chance to look at this? I was hoping to use this library in Typescript too :).