@umijs/renderer-react
Advanced tools
Comparing version 3.0.0-beta.33 to 3.0.0-beta.34
@@ -237,5 +237,3 @@ import * as ReactDOM from 'react-dom'; | ||
useEffect(function () { | ||
_asyncToGenerator( | ||
/*#__PURE__*/ | ||
regeneratorRuntime.mark(function _callee() { | ||
_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() { | ||
var initialProps; | ||
@@ -242,0 +240,0 @@ return regeneratorRuntime.wrap(function _callee$(_context) { |
@@ -244,5 +244,3 @@ 'use strict'; | ||
React.useEffect(function () { | ||
_asyncToGenerator( | ||
/*#__PURE__*/ | ||
regeneratorRuntime.mark(function _callee() { | ||
_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() { | ||
var initialProps; | ||
@@ -249,0 +247,0 @@ return regeneratorRuntime.wrap(function _callee$(_context) { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { Plugin } from '@umijs/runtime'; | ||
@@ -2,0 +3,0 @@ import { IRoute } from '../types'; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
export default function Route(props: any): JSX.Element; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
export default function Switch(props: any): JSX.Element; |
{ | ||
"name": "@umijs/renderer-react", | ||
"version": "3.0.0-beta.33", | ||
"version": "3.0.0-beta.34", | ||
"description": "@umijs/renderer-react", | ||
@@ -18,2 +18,3 @@ "main": "dist/index.js", | ||
], | ||
"sideEffects": false, | ||
"authors": [ | ||
@@ -32,3 +33,3 @@ "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)" | ||
"@types/react-router-config": "^5.0.1", | ||
"@umijs/runtime": "3.0.0-beta.33", | ||
"@umijs/runtime": "3.0.0-beta.34", | ||
"react": "^16.13.0", | ||
@@ -35,0 +36,0 @@ "react-dom": "^16.13.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38295
1244
+ Added@umijs/runtime@3.0.0-beta.34(transitive)
- Removed@umijs/runtime@3.0.0-beta.33(transitive)
Updated@umijs/runtime@3.0.0-beta.34