Skip to content

Remove ShouldRender logic#159

Open
MarvinKlein1508 wants to merge 1 commit intoPostlagerkarte:masterfrom
MarvinKlein1508:master
Open

Remove ShouldRender logic#159
MarvinKlein1508 wants to merge 1 commit intoPostlagerkarte:masterfrom
MarvinKlein1508:master

Conversation

@MarvinKlein1508
Copy link
Copy Markdown

This fixes #158.

As your component is using EventCallbacks there is no need to subscribe to an event to manually tell the UI to refresh itself. Blazor will handle this completely automatically.

The removal of the event lets us also remove the need of IDisposable.

Every example is working fine and all tests have passed.

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 this pull request may close these issues.

Cannot add new/remove items to list when one item was dragged from one list to another

1 participant