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 5401528 commit 1142c8cCopy full SHA for 1142c8c
1 file changed
src/Nova.jsx
@@ -30,7 +30,7 @@ class Nova extends Component {
30
}
31
32
componentWillUnmount() {
33
- if (window !== "undefined") {
+ if (window !== 'undefined') {
34
const id = this.placeholder.current.getAttribute("data-hypernova-id");
35
const { name } = this.props;
36
const customEvent = new CustomEvent('NovaUnmount', {
0 commit comments