You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of register_transformation and raise error, use register_correction which suggest the corrected AST to the user. Still not sure how the correction pops up in the editor/console but depending if this is useful would be really benefitial.
In the exhaustive dependencies in useEffect, it should print the expression with the new dependency array and the new useEffect{{number}} fn name.
The text was updated successfully, but these errors were encountered:
Instead of
register_transformation
and raise error, useregister_correction
which suggest the corrected AST to the user. Still not sure how the correction pops up in the editor/console but depending if this is useful would be really benefitial.In the exhaustive dependencies in useEffect, it should print the expression with the new dependency array and the new
useEffect{{number}}
fn name.The text was updated successfully, but these errors were encountered: