Closed
Description
Things to call out:
- In development,
Ember.Helper.helper
andEmber.Helper#compute
arguments are now frozen withObject.freeze
. issue#14189 PR#14244- Known issue: you cannot just return the params passed into the helper. Will followup with a fix in a patch.
- Glimmer2 OMG
- Should backtracking rerender be called out?
- Several QP bugfixes