Skip to content

Commit d0646ae

Browse files
committed
Fix: Correct access to context
1 parent 37ac446 commit d0646ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rsg-components/Playground/Playground.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default class Playground extends Component {
5757
code,
5858
});
5959

60-
const { previewDelay } = context.config;
60+
const { previewDelay } = this.context.config;
6161

6262
if (previewDelay) {
6363
// if previewDelay is enabled debounce the code

0 commit comments

Comments
 (0)