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

Commit ca09115

Browse files
committed
no need for react namespace since we’re in it
1 parent e1837f8 commit ca09115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/react/component/class_methods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def deprecation_warning(message)
2828
end
2929

3030
def validator
31-
@validator ||= React::Validator.new(self)
31+
@validator ||= Validator.new(self)
3232
end
3333

3434
def prop_types

0 commit comments

Comments
 (0)