Bruce

Results 7 comments of Bruce
trafficstars

> Felt the same thing, what an awful experience with the shopify generated code. Give this a try: https://github.com/redochka/nextjs-shopify-app-no-custom-server Thanks @redochka. I did try that, but even that one has...

@TheApeMachine based on your `server.use` code, that would mean you would need to create a custom server for that [NextJS repo](https://github.com/redochka/nextjs-shopify-app-no-custom-server) which defeats the purpose.

Being a user of react styleguidist, it's frustrating I'm going to have to manually doc all the hook components. It looks to me like react is pushing towards going from...

Oh... maybe I'm missing something. I'm using react styleguidist. Any of my components that are functions aren't picking up propTypes. All the components that are classes do get the propTypes....

OK... I was screwing up. I was thinking the -o was the path to the files not the file that was output. I misread the docs. Got it working and...

Oh nice! I like that. Would you do same for the Switch component as well?

From what I'm reading on that bug, it would seem like the ref issue would be fixed with this wouldn't it? The whole point of it is to give the...