react-alien-signals icon indicating copy to clipboard operation
react-alien-signals copied to clipboard

v0.2.1 stopScope is not a function

Open tomByrer opened this issue 1 year ago • 1 comments

Basically using your README example:

react-dom_client.js?v=1c061765:9176 Uncaught TypeError: stopScope is not a function
    at react-alien-signals.js?v=1c061765:80:43
    at safelyCallDestroy (react-dom_client.js?v=1c061765:16796:13)
    at commitHookEffectListUnmount (react-dom_client.js?v=1c061765:16923:19)
    at commitPassiveUnmountInsideDeletedTreeOnFiber (react-dom_client.js?v=1c061765:18333:17)
    at commitPassiveUnmountEffectsInsideOfDeletedTree_begin (react-dom_client.js?v=1c061765:18295:13)
    at commitPassiveUnmountEffects_begin (react-dom_client.js?v=1c061765:18231:19)
    at commitPassiveUnmountEffects (react-dom_client.js?v=1c061765:18219:11)
    at flushPassiveEffectsImpl (react-dom_client.js?v=1c061765:19542:11)
    at flushPassiveEffects (react-dom_client.js?v=1c061765:19500:22)
    at react-dom_client.js?v=1c061765:19381:17

tomByrer avatar Feb 24 '25 17:02 tomByrer

Hmm, thats weird, I have tested it out, which example you are running? I have create a playground in the source, which is a basic counter.

could you confirm the example and reverify the issue

Rajaniraiyn avatar Feb 25 '25 19:02 Rajaniraiyn