We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759af46 commit bd28d49Copy full SHA for bd28d49
packages/component/src/ScrollToBottom/Context.js
@@ -2,5 +2,8 @@ import React from 'react';
2
3
export default React.createContext({
4
bottom: true,
5
- scrollToBottom: () => 0
+ handleUpdate: () => 0,
6
+ scrollToBottom: () => 0,
7
+ scrollTop: null,
8
+ target: null
9
});
0 commit comments