themeteorchef / base

A starting point for Meteor apps.
http://themeteorchef.com/base
MIT License
689 stars 253 forks source link

When editing a document, you sometimes ends up editing another one #232

Closed KyneSilverhide closed 7 years ago

KyneSilverhide commented 7 years ago

Using the last version from Github, with no modification at all

I did some more tests by adding a "ViewDocument.js component" and displayting the name in the name in it.... and you can see that both elements are not "synchronized". This part (pages/ViewDocument.js) <h4 className="pull-left">{ doc && doc.title }</h4> Will display "AAA"

While the added field in component/ViewDocument.js will display "BBB"

KyneSilverhide commented 7 years ago

Unfortunately, I tried to reproduce and record it, but I can't anymore...

If I manage to film the problem live, I'll post a video