lib/react/component/mixin.rb in isomorfeus-react-16.12.4 vs lib/react/component/mixin.rb in isomorfeus-react-16.12.5

- old
+ new

@@ -5,10 +5,10 @@ base.include(::Native::Wrapper) base.extend(::React::Component::NativeComponentConstructor) base.extend(::LucidPropDeclaration::Mixin) base.extend(::React::Component::EventHandler) base.include(::React::Component::Elements) - base.include(::React::Component::API) + base.include(::React::Component::Api) base.include(::React::Component::Callbacks) base.include(::React::Component::Initializer) base.include(::React::Component::Features) base.include(::React::Component::Resolution) end