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 37ac446 commit d0646aeCopy full SHA for d0646ae
src/rsg-components/Playground/Playground.js
@@ -57,7 +57,7 @@ export default class Playground extends Component {
57
code,
58
});
59
60
- const { previewDelay } = context.config;
+ const { previewDelay } = this.context.config;
61
62
if (previewDelay) {
63
// if previewDelay is enabled debounce the code
0 commit comments