Sha256: e3d52274c66979354eea5bb6c409e7a7b828ba0f9c8165c22d7ca6f928695a9d

Contents?: true

Size: 455 Bytes

Versions: 23

Compression:

Stored size: 455 Bytes

Contents

module React
  module Component
    class Base
      def self.inherited(child)
        # note this is turned off during old style testing:  See the spec_helper
        unless child.to_s == "React::Component::HyperTestDummy"
          React::Component.deprecation_warning child, "The class name React::Component::Base has been deprecated.  Use Hyperloop::Component instead."
        end
        child.include(ComponentNoNotice)
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
hyper-component-0.99.6 lib/react/component/base.rb
hyper-component-0.99.5 lib/react/component/base.rb
hyper-component-0.99.4 lib/react/component/base.rb
hyper-component-0.99.3 lib/react/component/base.rb
hyper-component-0.99.2 lib/react/component/base.rb
hyper-component-0.99.1 lib/react/component/base.rb
hyper-component-0.99.0 lib/react/component/base.rb
hyper-react-1.0.0.lap28 lib/react/component/base.rb
hyper-react-1.0.0.lap27 lib/react/component/base.rb
hyper-react-1.0.0.lap26 lib/react/component/base.rb
hyper-react-1.0.0.lap25 lib/react/component/base.rb
hyper-react-1.0.0.lap24 lib/react/component/base.rb
hyper-react-1.0.0.lap23 lib/react/component/base.rb
hyper-react-1.0.0.lap22 lib/react/component/base.rb
hyper-react-1.0.0.lap21 lib/react/component/base.rb
hyper-react-0.12.7 lib/react/component/base.rb
hyper-react-0.12.6 lib/react/component/base.rb
hyper-react-0.12.5 lib/react/component/base.rb
hyper-react-0.12.4 lib/react/component/base.rb
hyper-react-0.12.3 lib/react/component/base.rb