Skip to content

DevTools only show "Update" actionsΒ #410

@anodynos

Description

@anodynos

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:

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions