Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSX Dependency loading after it's depender #3

Open
bennidhamma opened this issue Aug 4, 2013 · 0 comments
Open

JSX Dependency loading after it's depender #3

bennidhamma opened this issue Aug 4, 2013 · 0 comments

Comments

@bennidhamma
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant