Brandon Bayer

Results 203 comments of Brandon Bayer

@Roesh you are a champ!! I'm so thankful you are working on this. Adding fast-glob as a dep sounds goods.

@Roesh ugh, so sorry for delay in testing this out again. I've offloaded a lot of my other blitz work now. So I can follow up here more quickly now....

@Jarrodsz yeah we're trying to ship it very soon.

Cool no problem! That's perfect @yhoiseth

I agree with @benbender that we shouldn't automatically opt into SSR. That's a big change to I feel devs should make themselves. As for the hydration warning, the proper fix...

Unless I'm missing something, having a web server or not has zero affect on React hydration on the client. We should never cause potential hydration issues as it could cause...

I suspect this is because prisma client is inside node_modules and Next doesn't expect files in there to change. Maybe we only need to modify the webpack config?