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 eaebbde commit b9dc3fbCopy full SHA for b9dc3fb
README.md
@@ -70,11 +70,13 @@ ReactDOM.render(
70
import React from 'react';
71
import GoodBye from 'react-goodbye';
72
73
+import Modal from './path/to/your/modal/component';
74
+
75
class Page extends React.Component {
76
constructor(props) {
77
super(props);
78
this.state = {
- initialvalue: props.initialValue,
79
+ initialValue: props.initialValue,
80
currentValue: props.initialValue
81
};
82
}
0 commit comments