We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f64aec commit 75c7e1cCopy full SHA for 75c7e1c
lib/react/jsx/processor.rb
@@ -4,7 +4,7 @@ module Processor
4
VERSION = '1'
5
6
def self.cache_key
7
- @cache_key ||= "#{name}:#{Autoload::Eco::Source::VERSION}:#{VERSION}".freeze
+ @cache_key ||= "#{name}:#{VERSION}".freeze
8
end
9
10
# Compile template data with JSX transformer.
0 commit comments