Skip to content

effector 22.8.4

Choose a tag to compare

@AlexandrHoroshih AlexandrHoroshih released this 13 May 15:27
· 1193 commits to master since this release

Fixed an edge case for fork calls without sid (function from release 22.8.0). Some libraries provide built-in sid's in the code, which led to the duplicated sid found exception when calling fork when trying to use two instances of the same factory in a test and running it without effector/babel-plugin.

The exception on fork calls is no longer thrown, and all sid-related checks and assertions have been moved to serialize calls, since sid's are actually only required for serialize to work. PR #897