commit
b19741dae4
|
@ -38,7 +38,7 @@ export function injectSrc(src) {
|
||||||
).appendChild(script);
|
).appendChild(script);
|
||||||
}
|
}
|
||||||
|
|
||||||
function injectCode(code) {
|
export function injectCode(code) {
|
||||||
const script = document.createElement('script');
|
const script = document.createElement('script');
|
||||||
script.textContent = code;
|
script.textContent = code;
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
import { isMap, isSet, isWeakMap, isWeakSet } from '../CommonUtils';
|
import { isMap, isSet, isWeakMap, isWeakSet } from '../CommonUtils';
|
||||||
import { getStore, getAllStores } from '../store/StoreHandler';
|
import { getStore, getAllStores } from '../store/StoreHandler';
|
||||||
import { OBSERVED_COMPONENTS } from './constants';
|
import { OBSERVED_COMPONENTS } from './constants';
|
||||||
import { VNode } from "../../renderer/vnode/VNode";
|
import { VNode } from '../../renderer/vnode/VNode';
|
||||||
|
|
||||||
const sessionId = Date.now();
|
const sessionId = Date.now();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue