Skip to content

Commit 8bc75e1

Browse files
committed
README: Add caveat about passed in event hooks
1 parent c93c5fa commit 8bc75e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)