We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d3d75 commit 81196d1Copy full SHA for 81196d1
fixtures/kitchensink/src/App.js
@@ -54,7 +54,7 @@ class App extends Component {
54
}
55
56
componentDidMount() {
57
- const feature = location.hash.slice(1);
+ const feature = window.location.hash.slice(1);
58
switch (feature) {
59
case 'array-destructuring':
60
import(
0 commit comments