From 78658d8d449cb6f4fe9e35ac4474b109e34a5c4c Mon Sep 17 00:00:00 2001 From: liaoxuezhi Date: Tue, 11 Jun 2019 23:55:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20location=20=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E4=B8=8B=E5=8F=91=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/factory.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/factory.tsx b/src/factory.tsx index d3e1a0b1c..84f4b10ad 100644 --- a/src/factory.tsx +++ b/src/factory.tsx @@ -301,6 +301,7 @@ export class RootRenderer extends React.Component { ...(schema as Schema) } : schema, { ...rest, + location: location, data: finalData, env, classnames: theme.classnames,