DevTools only show "Update" actions #411
anodynos
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
This is the only action we have :) |
Beta Was this translation helpful? Give feedback.
2 replies
-
@NetanelBasal With the last introduction of different events, should this be reflected in dev tools? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which @ngneat/elf-* package(s) are the source of the bug?
devtools
Is this a regression?
Yes
Description
I'm new to Elf, but it's nearing Xmas, so I wanna give it a go!
I'm running
https://github.com/anodynos/react-todo-elf
which is updated toI've added
devTools()
ontoindex.tsx
just after imports:It works, but no matter what I do with the App, I'm only getting
Update
actions:Note that I'm using code that invokes
deleteEntities
,addEntities
&updateEntities
among others.Is this normal behavior / unimplemented features, or is it a bug / misconfiguration on my side?
Please provide a link to a minimal reproduction of the bug
https://github.com/anodynos/react-todo-elf
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
No response
Anything else?
No response
Do you want to create a pull request?
Yes
Beta Was this translation helpful? Give feedback.
All reactions