Skip to content

Commit edcd15a

Browse files
committed
Always return transformed data
1 parent 81dddc0 commit edcd15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react/jsx/processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def self.call(input)
1010
end
1111

1212
def call(input)
13-
@output ||= JSX::transform(input[:data])
13+
{data: JSX::transform(input[:data])}
1414
end
1515
end
1616
end

0 commit comments

Comments
 (0)