Ruslan Lesiutin
Ruslan Lesiutin
Hey, sorry for the delay, I have started working on merging this. Looks like we need to fix some incorrect assumptions in our timeline profiler in order to ship this....
@and-oli Applying changes from https://github.com/hoxyq/react/commit/bc840a5ee363105fa47c54b1d55be529706161ea and rebasing commits on `main` should have the tests fixed. Could you please try this?
> I'm not sure about the status of React Native here Your changes should not affect React Native, since you are making changes in `react-devtools-extensions`. For React Native, we are...
We've shipped a lot of changes in React DevTools recently, but most of them are on the backend side. For Fusebox we only ship frontend, so we just need to...
This will be available with the next release of the npm package, I don't have dates set yet, but probably in a few weeks.
Hey @Biki-das, apologies for a long wait. I think we should find an owner for `react-refresh`, I am not sure when was the last time `react-refresh` was actually updated.
> @hoxyq any update on this, > > may be @poteto Hey, @Biki-das, no updates from me, I am currently on leave and will be back in December.
Thanks!
> We need to verify whether this works in the original Metro one. Switching between `forwardRef` and `memo` wrappers works for me with Metro runtime. Thanks for the explanation. I...