Skip to content

Commit 859a01f

Browse files
committed
perf: improve styled() addon
1 parent a68d1d7 commit 859a01f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

addon/styled.js

-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22

33
exports.addonStyled = function (renderer) {
44
renderer.styled = function (fn, styles, dynamicTemplate, block) {
5-
var isElement = typeof fn === 'string';
65
var jsxComponent = renderer.jsx(fn, styles, block);
76

8-
if (!block && !isElement)
9-
block = fn.displayName || fn.name;
10-
117
var Component = function(props) {
128
var copy = props;
139

0 commit comments

Comments
 (0)