Closed
Description
should be:
module Hyperstack
module Internal
module Component
module ClassMethods
def to_n
Hyperstack::Internal::Component::ReactWrapper.create_native_react_class(self)
end
end
end
end
end
work around is to apply to above patch, or even easier:
add
def self.to_n
Hyperstack::Internal::Component::ReactWrapper.create_native_react_class(self)
end
In your HyperComponent base class