Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

Commit 415dce4

Browse files
author
bencompton
committed
Fix issues
1 parent c6b8d6f commit 415dce4

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

framework7-react-component-gen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const generateReactifyF7VueCall = (
196196

197197
const imports = [
198198
`import * as React from 'react'`,
199-
generateImportString('reactifyF7Vue', '../src/utils/reactifyF7Vue'),
199+
generateImportString('reactifyF7Vue', '../src/utils/ReactifyF7Vue'),
200200
generateImportString(vueComponentName, '../framework7-vue/framework7-vue')
201201
];
202202

File renamed without changes.

src/utils/reactify-vue/react-class-creation-and-runtime/GenerateReactClass.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import {
1212
getDefaultProps,
1313
addCompiledTemplateFunctionsToVueComponent,
1414
generateCreateElementFunctionForClass,
15-
removePropsFromElementAndChildren,
1615
applyPropOverridesToTopLevelElement,
1716
initData
1817
} from './ReactClassRuntime';

0 commit comments

Comments
 (0)