Skip to content

component class .to_n broken #153

Closed
Closed
@catmando

Description

@catmando

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingready-to-releaseInternal Use Only: Has been fixed, specs passing and pushed to edge branch

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions