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
When you run the inspector on an application that uses states, it appears to be broken due to stack call cycles.
Due to the StateMachineRouter code generating method calls for the states that look like $<methodName> which match the Lightning Inspector method names that store the original method, this leads to a call cycle on properties such as __ref and _texture.
The text was updated successfully, but these errors were encountered:
When you run the inspector on an application that uses states, it appears to be broken due to stack call cycles.
Due to the StateMachineRouter code generating method calls for the states that look like
$<methodName>
which match the Lightning Inspector method names that store the original method, this leads to a call cycle on properties such as__ref
and_texture
.The text was updated successfully, but these errors were encountered: