We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
entities
Yes
I have entities with activeId and i want a observable from the ActiveEntity and the UI ActiveEntity.
When i update the activeEntity the last update does not go into the subscription.
In the stackblitz you can see that the last update updateEntities(2, (entity) => ({ ...entity, name: 'Marcel' })) was not logged to the console.
updateEntities(2, (entity) => ({ ...entity, name: 'Marcel' }))
https://stackblitz.com/edit/fvvzkm?file=index.ts
the last update doesn´t show in the subscription.
No response
No
The text was updated successfully, but these errors were encountered:
Start a new pull request in StackBlitz Codeflow.
Sorry, something went wrong.
No branches or pull requests
Which @ngneat/elf-* package(s) are the source of the bug?
entities
Is this a regression?
Yes
Description
I have entities with activeId and i want a observable from the ActiveEntity and the UI ActiveEntity.
When i update the activeEntity the last update does not go into the subscription.
In the stackblitz you can see that the last update
updateEntities(2, (entity) => ({ ...entity, name: 'Marcel' }))
was not logged to the console.Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/fvvzkm?file=index.ts
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?
No
The text was updated successfully, but these errors were encountered: