discourse/app/assets/javascripts/discourse
Andrei Prigorshnev 6d3c975519
FIX: backtracking re-render" assertion in future-date-input (#13075)
> 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.
2021-05-19 14:01:23 +04:00
..
app FIX: backtracking re-render" assertion in future-date-input (#13075) 2021-05-19 14:01:23 +04:00
config FIX: ember-cli proxy subfolder fix (#12996) 2021-05-10 10:02:33 -07:00
lib FIX: Previewing themes didn't work in Ember CLI (#13078) 2021-05-17 14:51:36 -04:00
public/assets/scripts REFACTOR: Use a <script src> tag to start the app (#12401) 2021-03-16 09:36:11 -04:00
tests FIX: do not include contact url & email in client site settings payload (#13004) 2021-05-19 16:15:24 +10:00
.ember-cli REFACTOR: Sync up master with changes for Ember-CLI (#11671) 2021-01-12 10:13:21 -05:00
ember-cli-build.js FIX: We should include resumable.js in the admin bundle (#13049) 2021-05-12 13:44:24 -04:00
package.json DEV: Support Node 15 with Ember CLI (#12679) 2021-04-14 10:16:39 -04:00
testem.js FIX: Use the no-sandbox flag when running Ember CLI tests. (#12951) 2021-05-05 14:02:26 -03:00