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 219f6bd commit b110b79Copy full SHA for b110b79
packages/runtime/browser-vm/src/dynamicNode/index.ts
@@ -2,7 +2,7 @@ import { warn, __ELEMENT_DELETE_TAG__ } from '@garfish/utils';
2
import { StyleManager } from '@garfish/loader';
3
import { __domWrapper__ } from '../symbolTypes';
4
import { sandboxMap, isInIframe } from '../utils';
5
-import { injectHandlerParams } from './processParams';
+import { injectHandlerParams } from './processparams';
6
import { DynamicNodeProcessor, rawElementMethods } from './processor';
7
8
const mountElementMethods = [
0 commit comments