Skip to content

Commit 35735d8

Browse files
authored
Merge pull request #17 from Turbo87/passed-in-hooks
README: Add caveat about passed in event hooks
2 parents c93c5fa + 8bc75e1 commit 35735d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Known Caveats
5656
- Due to the way `jscodeshift` works it sometimes removes empty lines between
5757
component properties, or adds new ones unexpectedly
5858

59+
- Since `click()` and other event hooks don't work for tagless components,
60+
passing in something like `@click=(action ...)` also will not work anymore
61+
5962
- [Open Issues](https://github.com/ember-codemods/tagless-ember-components-codemod/issues)
6063

6164

0 commit comments

Comments
 (0)