Skip to content

Commit e1baeab

Browse files
author
linfeng
committed
fix: react-loadable type error
1 parent e04d2e4 commit e1baeab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pri",
3-
"version": "3.3.28-beta.1",
3+
"version": "3.3.28-beta.2",
44
"types": "src/node/index.ts",
55
"main": "built/node/index.js",
66
"scripts": {

src/built-in-plugins/project-analyse-pages/plugin/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ pri.project.onCreateEntry((analyseInfo: IResult, entry) => {
158158
})`;
159159
160160
return `
161-
const ${page.componentName} = Loadable({
161+
const ${page.componentName} = Loadable<any, any>({
162162
loader: () => ${importCode},
163163
loading: (): any => null
164164
})\n

0 commit comments

Comments
 (0)