Avinash

Results 16 comments of Avinash

hi @sorodrigo, i can write some test, with some help

@sorodrigo i've gone through the previous test. I have to test for `enhanceReducer` in updater.js have gone though the code base and some previously written tests. Can you please point...

@echoes221 thanks a lot for guiding me in creating these tests. I have made the requested changes. If something else needs to be changed please comment, i'll try my best...

@sophiebits thanks for helping me out. Yes for the live site I don't get cache-control header as `no-store`. But I still have one error: removing the `upload` event listener. I...

@siddharthkp if no one is looking into it can pick it up

@siddharthkp , this is how I was thinking of implementing it, using a [third party lib](https://github.com/nfl/react-helmet), and the creating a component at the called Head root level which will contain...

We can toggle the editor and renderer in V2 https://user-images.githubusercontent.com/26133749/213416308-c0a84fb4-6421-4144-8926-3e07de34dcd4.mov

Can i work on this issue if its open to take?

@SheepTester can you try sending a memoized callback for error? this (useCallback)[https://github.com/vercel/next.js/blob/fa32e32df47774c60a731553c447e1d4880bdd4b/packages/next/src/client/image-component.tsx#L229] has the onError dependency.

@siddharthkp , Facebook and Twitter crawlers don't work on [client-side javascript](https://stackoverflow.com/questions/59222217/twitter-card-meta-tags-work-in-index-html-not-in-react-helmet). I need to take a different library like [react-snapshot](https://github.com/geelen/react-snapshot). Should I go ahead with this