module React::FunctionComponent::Initializer

Public Class Methods

new() click to toggle source
# 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