Skip to content

Commit 892b14f

Browse files
committed
Fix uninitialized constant React::JSX::Tilt in 3.2.x
1 parent 319a1bb commit 892b14f

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)