mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 22:34:57 +00:00
> Backtracking re-render refers to a scenario where, in the middle of the rendering process, you have modified something that has already been rendered. See more details from the Ember team here https://github.com/emberjs/ember.js/issues/13948. We call _updateInput from init. _updateInput triggers onChangeInput which mutates a date that was given to future-date-input just a moment ago and a rendering cycle wasn't finished yet.