Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

React transforms being run on Backbone views #78

@solomon-gumball

Description

@solomon-gumball

This issue seems to be closely related to #26

Basically I ran into this issue where I would get a TypeError in a Backbone constructor only when I was running our hot config. The constructor for this backbone view is on the prototype of another view and was being used like this:

const someView = new this.SomeViewConstructor();

Turns out the context in SomeViewConstructor was a proxiedMethod. Apparently this constructor is being wrapped by react-proxy even though this module did not export a react component.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions