-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
Describe the bug
When spamming the Spam button in the playground reproduction (so updating the state before the promise is resolved), it will lead to existing rows not being removed.
In 5.53.6 it works fine for a flat $state('string') variable and failed with Cannot read properties of undefined (reading 'e') when the state variable is a nested object $state({id: 'object'}).
Now, in 5.53.7 it will fail for both flat or nested state variables.
The (reading 'e') error was fixed in #17843 and merged in 5.53.7, but I'm more leaning towards #17819 having something to do with it.
Reproduction
Playground with $state('string') and 5.53.7
Playground with $state('string') and 5.53.6
Playground with $state({id: 'object'}) and 5.53.7
Playground with $state({id: 'object'}) and 5.53.6
Logs
System Info
playgroundSeverity
annoyance