Sha256: 101fa5ee02a43749775356b949bef313c851093013b06163b768386b5dc42ad4

Contents?: true

Size: 236 Bytes

Versions: 71

Compression:

Stored size: 236 Bytes

Contents

module React
  module Component
    class Location
      include ::Native::Wrapper

      def method_missing(prop, *args, &block)
        @native.JS[:params].JS[prop]
      end

      def to_n
        @native
      end
    end
  end
end

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
isomorfeus-react-16.9.11 lib/react/component/location.rb
isomorfeus-react-16.9.10 lib/react/component/location.rb
isomorfeus-react-16.9.9 lib/react/component/location.rb
isomorfeus-react-16.9.8 lib/react/component/location.rb
isomorfeus-react-16.9.7 lib/react/component/location.rb
isomorfeus-react-16.9.6 lib/react/component/location.rb
isomorfeus-react-16.9.5 lib/react/component/location.rb
isomorfeus-react-16.9.4 lib/react/component/location.rb
isomorfeus-react-16.9.3 lib/react/component/location.rb
isomorfeus-react-16.9.2 lib/react/component/location.rb
isomorfeus-react-16.9.1 lib/react/component/location.rb
isomorfeus-react-16.9.0 lib/react/component/location.rb
isomorfeus-react-16.8.9 lib/react/component/location.rb
isomorfeus-react-16.8.8 lib/react/component/location.rb
isomorfeus-react-16.8.7 lib/react/component/location.rb
isomorfeus-react-16.8.6 lib/react/component/location.rb
isomorfeus-react-16.8.5 lib/react/component/location.rb
isomorfeus-react-16.8.4 lib/react/component/location.rb
isomorfeus-react-16.8.3 lib/react/component/location.rb
isomorfeus-react-16.8.2 lib/react/component/location.rb