We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
b615702
Helpers did not respect the leakScope flag which caused components to leak their helpers to child components.
leakScope
This release fixes this so that helpers are only available to the current component, just as expected with leakScope set to false.
false