Matthew Williams

Results 5 comments of Matthew Williams

> ignore react-native-root-siblings didn't work for me, but ignore `static-container` works. > > ``` > "jest": { > "preset": "react-native", > "transformIgnorePatterns": [ > "node_modules/(?!static-container)" > ] > }, >...

FWIW - I think this is just a documentation issue. There's nothing about reserved environment variables that the server runtime relies on etc.

I spent a hot minute investigating this morning. Bottom line is, preact isn't ready for react 18 _or_ Next 13 yet. In case you want to try it yourself, here's...

Hey @1000i100, thanks for the reply! It's been a while so I've just had another play around with it to try and provide some more concrete examples for you... Here's...

A great start! It seems that the toggle to close the menu doesn't quite work as expected, but other than that this would be a good improvement to merge in....