Files
react/compiler/packages/babel-plugin-react-forget/src
Sathya Gunasekaran 19e44a4a69 Allow ref argument to be mutated
Previously, Forget would throw if _any_ of the arguments to a component are 
modified. This isn't quite right as a ref argument can be modified. 

This PR assumes the second argument of a component to be a ref and allows it to 
be mutable. 

A future PR will add types to this argument so the validateRefAccessDuringRender 
can catch if ref is mutated in render. This PR contains a todo test for this.
2024-02-29 14:47:49 -08:00
..
2024-02-27 06:54:30 -08:00
2024-02-05 21:51:11 -08:00
2024-02-17 17:31:47 -08:00
2024-02-28 16:19:43 -08:00