vscode-javascript-repl-docs
vscode-javascript-repl-docs copied to clipboard
ui-editor: no dom available
When the dom plugin is enabled in react apps, the history runs before it, so it recognizes that no dom is available. At the moment user needs to delete the line and recover back, in order for the repl to run again
const history = createHashHistory();
export const history = createBrowserHistory();