Skip to content

Commit 7d7c3c5

Browse files
authored
Update 2020-08-10-react-v17-rc.md
1 parent e36edae commit 7d7c3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/blog/2020-08-10-react-v17-rc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ We've kept the breaking changes in React 17 to the minimum. For example, it does
114114
We've made a couple of smaller changes related to the event system:
115115

116116
* The `onScroll` event **no longer bubbles** to prevent [common confusion](https://github.com/facebook/react/issues/15723).
117-
* React `onFocus` and `onBlur` events have switched to using the native `focusin` and `focusout` events under the hood, which more closely match the React's existing behavior and sometimes provide extra information.
117+
* React `onFocus` and `onBlur` events have switched to using the native `focusin` and `focusout` events under the hood, which more closely match React's existing behavior and sometimes provide extra information.
118118
* Capture phase events (e.g. `onClickCapture`) now use real browser capture phase listeners.
119119

120120
These changes align React closer with the browser behavior and improve interoperability.

0 commit comments

Comments
 (0)