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
The sample code provided in Section 2.5 (Getting Started -> Adding new items) suffers from the bug mentioned in the Marionette Repo #640.
Specifically, when using the code provided to add a new item to the list, two items are added. Once in the itemAdded code, and again when rendering.
The text was updated successfully, but these errors were encountered:
Hi @aaronkeck, are you referring to this line:
modelEvents: { change: 'render' },
Sorry, something went wrong.
I'm facing the same problem. @scott-w It is due to that line that you mentioned
No branches or pull requests
The sample code provided in Section 2.5 (Getting Started -> Adding new items) suffers from the bug mentioned in the Marionette Repo #640.
Specifically, when using the code provided to add a new item to the list, two items are added. Once in the itemAdded code, and again when rendering.
The text was updated successfully, but these errors were encountered: