Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 674d8ac

Browse files
committed
PropsWrapper does’t use method_missing so Object will do
1 parent b2e04a5 commit 674d8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react/component/props_wrapper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module React
22
module Component
3-
class PropsWrapper < BasicObject
3+
class PropsWrapper
44
attr_reader :props
55

66
def self.define_param(name, param_type, owner)

0 commit comments

Comments
 (0)