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.
2 parents 239794e + 1d4ca46 commit 1c0424fCopy full SHA for 1c0424f
code/core/src/instrumenter/instrumenter.ts
@@ -223,7 +223,7 @@ export class Instrumenter {
223
}) => {
224
const { isDebugging } = this.getState(storyId);
225
if (newPhase === 'preparing' && isDebugging) {
226
- return resetState({ storyId, renderPhase: newPhase });
+ return resetState({ storyId, renderPhase: newPhase, isDebugging });
227
} else if (newPhase === 'playing') {
228
return resetState({ storyId, renderPhase: newPhase, isDebugging });
229
}
0 commit comments