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
Convert the AST fillet implementation from a synchronous XState action to an asynchronous actor, removing the need for eslint disabling comments. This refactoring ensures proper awaiting of async tasks and aligns with our newer coding practices demonstrated in recent PRs.
max-mrgrsk
changed the title
convert ast chamfer from xstate action to async actor and remove eslint disabling comments
convert ast fillet from xstate action to async actor and remove eslint disabling comments
Dec 11, 2024
Convert the AST fillet implementation from a
synchronous XState action
to anasynchronous actor
, removing the need foreslint disabling comments
. This refactoring ensures proper awaiting of async tasks and aligns with our newer coding practices demonstrated in recent PRs.Discussion: #4694 (review)
Reference: https://github.com/KittyCAD/modeling-app/pull/4666/files#diff-5b3927b16824249515f7aa8762bd6c9c9ba641a023bb6d0a75b75331326cf4aa
The text was updated successfully, but these errors were encountered: