lib/react/component/mixin.rb in isomorfeus-react-16.12.5 vs lib/react/component/mixin.rb in isomorfeus-react-16.12.6
- old
+ new
@@ -9,10 +9,9 @@
base.include(::React::Component::Elements)
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
end
end
end