Steve Taylor

Results 56 comments of Steve Taylor

> I have also been having this issue for the past few days on linux. You can easily solve this issue by downgrading to v9.19.0! @nadbad I tried many things...

I've observed this on LG 2019 (webOS 4) and Hisense U6. Some of my colleagues have also observed this on Hisense U4 and Samsung 2017. It happens with and without...

Either by way of luck or thoughtfulness, there is currently no clash between built-in `PropTypes` names and reserved words and I'd like to keep it that way. This is what...

@calvinmetcalf it's still broken in chacha-native 2.0.3.

> Hello, thanks for your proposal What would be the use case ? I believe a library user expects to be redirected to the type definition (to understand how to...

Here's my workaround. In the root layout: ```ts let navigationToggle = false onNavigate(navigation => { if (navigation.to?.url.toString() === navigation.from?.url.toString()) { navigationToggle = !navigationToggle } }) ``` And then I wrap...