glimmerjs / glimmer-application

[MOVED] This package is now part of the Glimmer.js monorepo
https://github.com/glimmerjs/glimmer.js
30 stars 13 forks source link

Helper runs every few milliseconds after a tracked property changes #53

Closed topaxi closed 7 years ago

topaxi commented 7 years ago

I've setup a minimal reproduction here: https://github.com/topaxi/glimmer-helper-rerendering-issue

called-a-lot

The helper itself has nothing to do with the interval and only has static input.

topaxi commented 7 years ago

This seems to be fixed with @glimmer/application-pipeline#0.6.8 and @glimmer/component#0.3.10. Awesome work! :heart: