@emotion/styled-base
Advanced tools
Comparing version 10.0.0-beta.4 to 10.0.0-beta.5
@@ -128,3 +128,3 @@ 'use strict'; | ||
if (process.env.NODE_ENV !== 'production' && props.innerRef) { | ||
console.error('`innerRef` is deprecated and will be removed in the next major version of Emotion, please use the `ref` prop instead'); | ||
console.error('`innerRef` is deprecated and will be removed in a future major version of Emotion, please use the `ref` prop instead' + (identifierName === undefined ? '' : " in the usage of `" + identifierName + "`")); | ||
} | ||
@@ -131,0 +131,0 @@ |
@@ -122,3 +122,3 @@ import { createElement } from 'react'; | ||
if (process.env.NODE_ENV !== 'production' && props.innerRef) { | ||
console.error('`innerRef` is deprecated and will be removed in the next major version of Emotion, please use the `ref` prop instead'); | ||
console.error('`innerRef` is deprecated and will be removed in a future major version of Emotion, please use the `ref` prop instead' + (identifierName === undefined ? '' : " in the usage of `" + identifierName + "`")); | ||
} | ||
@@ -125,0 +125,0 @@ |
@@ -128,3 +128,3 @@ 'use strict'; | ||
if (process.env.NODE_ENV !== 'production' && props.innerRef) { | ||
console.error('`innerRef` is deprecated and will be removed in the next major version of Emotion, please use the `ref` prop instead'); | ||
console.error('`innerRef` is deprecated and will be removed in a future major version of Emotion, please use the `ref` prop instead' + (identifierName === undefined ? '' : " in the usage of `" + identifierName + "`")); | ||
} | ||
@@ -131,0 +131,0 @@ |
@@ -122,3 +122,3 @@ import { createElement, Fragment } from 'react'; | ||
if (process.env.NODE_ENV !== 'production' && props.innerRef) { | ||
console.error('`innerRef` is deprecated and will be removed in the next major version of Emotion, please use the `ref` prop instead'); | ||
console.error('`innerRef` is deprecated and will be removed in a future major version of Emotion, please use the `ref` prop instead' + (identifierName === undefined ? '' : " in the usage of `" + identifierName + "`")); | ||
} | ||
@@ -125,0 +125,0 @@ |
{ | ||
"name": "@emotion/styled-base", | ||
"version": "10.0.0-beta.4", | ||
"version": "10.0.0-beta.5", | ||
"description": "base styled API for emotion", | ||
@@ -5,0 +5,0 @@ "main": "dist/styled-base.cjs.js", |
Sorry, the diff of this file is not supported yet
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
86173