You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a JSX module, which returns an object with a render function that emits a React.renderComponent call.
In the calling module, when I require the dependency, it is coming back as undefined. If I add logging statements, the depender is being called before the depedency is executed.
I'm new to both react and require. Any ideas what I could be doing?
The text was updated successfully, but these errors were encountered:
I have a JSX module, which returns an object with a render function that emits a React.renderComponent call.
In the calling module, when I require the dependency, it is coming back as undefined. If I add logging statements, the depender is being called before the depedency is executed.
I'm new to both react and require. Any ideas what I could be doing?
The text was updated successfully, but these errors were encountered: