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 d5dddff commit 61b8ea6Copy full SHA for 61b8ea6
components/dash-core-components/src/components/Clipboard.react.js
@@ -16,7 +16,7 @@ function wait(ms) {
16
*/
17
18
export default class Clipboard extends React.Component {
19
- context = window.dash_component_api.DashContext;
+ static contextType = window.dash_component_api.DashContext;
20
21
constructor(props) {
22
super(props);
0 commit comments