Closed miguelcobain closed 7 months ago
Latest commit: 6bdf51b75524971aef592641a3eb314d7d8a44a2
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Thanks @miguelcobain! This is excellent.
@ynotdraw I pushed a fix for the typecheck error CI was reporting. Please approve workflow. Thanks.
I faced a situation where I need to apply the
hook
modifier + some custom logic to the element. The problem is that modifiers aren't composable in ember. So we can't create a custom modifier that applies another modifier.For that reason, in this PR I'm yielding a
setHook
function, thus increasing the composability options for users.