Skip to content

Commit 5c7a970

Browse files
committed
Merge pull request #3 from jakubmal/master
Fix uninitialized constant React::JSX::Tilt in 3.2.x
2 parents 319a1bb + 892b14f commit 5c7a970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/react/jsx/template.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'tilt'
2+
13
module React
24
module JSX
35

0 commit comments

Comments
 (0)