Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DevTools shows undefined name for attached effect #5

Closed
yurisldk opened this issue Jul 22, 2023 · 1 comment · Fixed by #6
Closed

DevTools shows undefined name for attached effect #5

yurisldk opened this issue Jul 22, 2023 · 1 comment · Fixed by #6

Comments

@yurisldk
Copy link

stackblitz reproduce

Reproduce:

  1. create an event
  2. attach the event
  3. run attached event

expect:
☄️ [effect] attachedFx
☄️ [effect] originalFx
✅ [effect] originalFx.done
✅ [effect] attachedFx.done

current:
☄️ [effect] attachedFx
☄️ [effect] originalFx
✅ [effect] originalFx.done
✅ [effect] undefined.done

image

@stackblitz
Copy link

stackblitz bot commented Jul 22, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant