magpie-ea / magpie-modules

the reusable front-end bits in the _magpie modules
MIT License
7 stars 1 forks source link

If the findNextView() function cannot be called too soon, it will somehow try to render the same view, resulting in a loop... #30

Open x-ji opened 5 years ago

x-ji commented 5 years ago

I had to write setTimeout(babe.findNextView, 1000); to avoid this.