@umijs/renderer-react
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -384,3 +384,8 @@ import * as ReactDOM from 'react-dom'; | ||
defaultTitle: opts.defaultTitle | ||
}) | ||
}), | ||
args: { | ||
history: opts.history, | ||
routes: opts.routes, | ||
plugin: opts.plugin | ||
} | ||
}); | ||
@@ -387,0 +392,0 @@ |
@@ -391,3 +391,8 @@ 'use strict'; | ||
defaultTitle: opts.defaultTitle | ||
}) | ||
}), | ||
args: { | ||
history: opts.history, | ||
routes: opts.routes, | ||
plugin: opts.plugin | ||
} | ||
}); | ||
@@ -394,0 +399,0 @@ |
{ | ||
"name": "@umijs/renderer-react", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"description": "@umijs/renderer-react", | ||
@@ -31,3 +31,3 @@ "main": "dist/index.js", | ||
"@types/react-router-config": "^5.0.1", | ||
"@umijs/runtime": "3.0.9", | ||
"@umijs/runtime": "3.0.10", | ||
"react": "^16.13.0", | ||
@@ -34,0 +34,0 @@ "react-dom": "^16.13.0", |
22972
709
+ Added@umijs/runtime@3.0.10(transitive)
- Removed@umijs/runtime@3.0.9(transitive)
Updated@umijs/runtime@3.0.10