lib/hyperstack/internal/component/instance_methods.rb in hyper-component-1.0.alpha1.1 vs lib/hyperstack/internal/component/instance_methods.rb in hyper-component-1.0.alpha1.2
- old
+ new
@@ -21,13 +21,9 @@
def props
Hash.new(`#{@__hyperstack_component_native}.props`)
end
- def refs
- Hash.new(`#{@__hyperstack_component_native}.refs`)
- end
-
def dom_node
`ReactDOM.findDOMNode(#{self}.__hyperstack_component_native)` # react >= v0.15.0
end
def mounted?