Jake Hebert

Results 36 comments of Jake Hebert

Here's my `gatsby info` ``` System: OS: macOS 12.2.1 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Shell: 5.8 - /bin/zsh Binaries: Node: 16.13.1 - ~/.nodenv/versions/16.13.1/bin/node Yarn: 1.22.17 -...

Just noticed i've got a bad package in there `gatsby-plugin-loadable-components`. That package is not being used in config, I have been trying a lot of different versions in attempts to...

I've since ripped out loadable components in favor of React v18 Release Candidate. My builds now succeed but.. It's not doing SSR properly. Anything that is split is not available...

@graysonhicks Any suggestions on what to try? From what I am seeing, this is all behaving like it doesn't work with Gatsby at all, but I know that can't be...

@graysonhicks Thanks for the reply. It looked like Gatsby was supporting the alpha of React 18 starting at 3.5 or 3.6, but I haven't seen much chatter since then (other...

Adding `modal` to Popover "works" for scrolling, but is a bad solution for my use-case. I'm using Popover with a Scroll Area for search results that appear as you are...

@Omitch just realized you created the issue on the storybook repo too. Here is the config that finally worked for me after debugging for 2 days: ```javascript { name: getAbsolutePath('@storybook/addon-react-native-web'),...

@oliviercperrier thanks for the bump, I think my project is at a decent spot to do this, I'll try to extract a starter this weekend.

@oliviercperrier I _finally_ got through extracting mine as well. I want to keep adding to it over time, it's been a good exercise to strip it down and double check...

@kimchouard thank you! I am new to expo & expo router (and native dev) so I didn't want to introduce more unfamiliarity with my web hosting & deployment. I know...