Skip to content

Fix leakScope behavior with Helpers

Choose a tag to compare

@Macrofig Macrofig released this 12 Oct 17:44
· 365 commits to master since this release

Helpers did not respect the leakScope flag which caused components to leak their helpers to child components.

This release fixes this so that helpers are only available to the current component, just as expected with leakScope set to false.