Jonny

Results 21 comments of Jonny

I've come across an extremely simple solution to this using https://www.npmjs.com/package/hash-source It's a two line change to Docz to switch it to use hash router, which means we're talking *maybe*...

Having the same issue here. Did you ever figure out a solution or workaround for this?

And just like that. Publicize your problem and the solution comes to mind right away 😅 Looks like you just need to ensure the `serverless-webpack` plugin declaration comes before `serverless-s3-local`,...

@markhuot Curious: what's preventing this from getting merged into master? I just installed the `batch-queries-defer` branch and everything -- on the surface -- seems to be working as expected. I'm...

Oh, that sounds like a very welcome enhancement!! If it delays you at all from getting that released, please continue to defer. I'm more than happy to wait for speed...

> I see the same thing with flow annotations in .jsx files. I have basically gotten used to hitting undo (cmd-z) to clear the close tag after it's auto-generated (on...

How/why is it that variables are dereferenced within `useEffect`? Whether or not the effect is called again based on changes to state/reducer/etc (`useEffect`'s second param), shouldn't have any implication on...

@Bazzer588 Are you using React.memo on your functional component? What do your attempts using hooks/functional look like? Your problem may or may not be related to this issue; it's hard...

@Bazzer588 The data var your passing to the second parameter of useCallback is going to invalidate every time. useCallback doesn't do a deep comparison. You need to pass in a...

Alrighty... So, this is a little heavy-handed, but it should be a viable workaround for most cases: ### tl;dr 1. Use the Run It On extension to watch for file...