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

Uncaught TypeError: Cannot read property 'call' of undefined #63

Closed
afhammad opened this issue May 24, 2015 · 2 comments
Closed

Uncaught TypeError: Cannot read property 'call' of undefined #63

afhammad opened this issue May 24, 2015 · 2 comments

Comments

@afhammad
Copy link

When trying to render an input I get the error:

Uncaught TypeError: Cannot read property 'call' of undefined

which in the browser console points to the html macro call

(html [:div [:input]]) ;; doesn't work
(html [:div [:select]]) ;; works

using version 0.3.4 with om 0.8.0-rc1

@r0man
Copy link
Owner

r0man commented May 25, 2015

Hey @afhammad,

I added a test case for your example over here:

454fad9

However I can't reproduce this error. The test is working and if
I use the form in question in one of my applications it seems to
wrok as well.

Which version of React are you using?

Could you try this against 0.3.5-SNAPSHOT. You would need
Clojure 1.7.0-beta3 to do this, since I switched to reader
conditionals on master.

If you can point me at a minimal example project that
demonstrates the issue I can also take a look.

Roman

@r0man
Copy link
Owner

r0man commented Dec 17, 2015

Closing this, since I can't reproduce this.

@r0man r0man closed this as completed Dec 17, 2015
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

2 participants