-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Description
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 to
"@ngneat/elf": "^2.3.0",
"@ngneat/elf-devtools": "^1.2.1",
"@ngneat/elf-entities": "^4.4.3",
I've added devTools() onto index.tsx just after imports:
import { devTools } from '@ngneat/elf-devtools';
devTools();
ReactDOM.render(
<React.StrictMode> ...
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
Not seeing actions like "Delete", "Add" etc.
Please provide the environment you discovered this bug in
No response
Anything else?
No response
Do you want to create a pull request?
Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
