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?
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?