4 5 6 7
# File 'lib/isomorfeus_react/react/function_component/initializer.rb', line 4 def initialize self.JS[:native_props] = `{ props: null }` @native_props = ::React::Component::Props.new(self) end