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
Describe the suggested feature and problem it solves.
Why events are emitted so high up in the operation functions (i.e. because they need to be before afterXYZ to keep ordering)
general CA explainer in swap + modifyPosition when we update callerDelta and hookDelta
in swap we say "// if the hook doesnt have the flag to be able to return deltas, hookDelta will always be 0." above the hook call, but think this should be a few lines below when we check the return value
why do we need the _swap internal function when its only called once?
" // subtraction must be safe" comments could use more explanation - not sure what they mean here
Describe the desired implementation.
No response
Describe alternatives.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Component
Singleton
Describe the suggested feature and problem it solves.
Describe the desired implementation.
No response
Describe alternatives.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: