Skip to content

Commit c5abc8b

Browse files
authored
Update README.md
1 parent a99b947 commit c5abc8b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,11 @@ $ npm test
198198

199199
* The decorator pattern `@keydown` currently requires transpilation by
200200
the [Babel legacy decorators transform](https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy) or the equivalent.
201-
* The default build uses CommonJS modules. For AMD or other support, use the
201+
* Components that have a [React 16 fragment](https://reactjs.org/docs/fragments.html) at their root may not be activated properly when clicked. See [this issue](https://github.com/glortho/react-keydown/issues/80) for more detail.
202+
* The default build outputs CommonJS modules and native ES modules. For AMD or other support, use the
202203
[umd-specific
203-
branch](https://github.com/jedverity/react-keydown/tree/master-umd) instead.
204-
* This lib has only been tested using ES2015 classes. Some method decoration
204+
branch](https://github.com/glortho/react-keydown/tree/master-umd) instead.
205+
* This lib has only been tested using ES2015 classes and class methods. Some method decoration
205206
functionality may work on other types of object methods.
206207
* Duplicate keybindings for components that are mounted at the same time will
207208
not both fire. The more recently mounted component, or the one that has been

0 commit comments

Comments
 (0)