Skip to content
New issue

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

Error in specific scenario #728

Open
olofweb opened this issue Feb 20, 2019 · 0 comments
Open

Error in specific scenario #728

olofweb opened this issue Feb 20, 2019 · 0 comments

Comments

@olofweb
Copy link

olofweb commented Feb 20, 2019

I create a Glitch project to show my problem (https://rivets-js-bug.glitch.me). I have a simple model :

Vin
   Millesimes
      Sorties

Vin has a collection of Millesimes and Millesime has a collection of Sorties. I have an html page who display this model and the user can delete 'Sortie' one by one. When last 'Sortie' is deleted, the console show the error : TypeError: e is not a function. (In 'e()', 'e' is undefined)

If I remove the line <div rv-if="millesime.sorties | any"> (the goal is to not show the table of 'Sortie' if the collection is empty), no error.

Any idea ?

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

No branches or pull requests

1 participant