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

ErrorsField compatible with react@0.14.x #42

Closed
janslowik opened this issue Jun 23, 2016 · 1 comment
Closed

ErrorsField compatible with react@0.14.x #42

janslowik opened this issue Jun 23, 2016 · 1 comment
Assignees
Labels
Type: Feature New features and feature requests

Comments

@janslowik
Copy link
Contributor

janslowik commented Jun 23, 2016

I used uniforms with old version of react because of other project dependencies. Most of feature works well despite the uniforms need react@15. However I got error when tried to use ErrorsField.

No render method found on the returned component instance: you may have forgotten to define render, returned null/false from a stateless component, or tried to render an element whose type is a function that isn't a React component.

Is it possible to provide functionality of uniforms with older version of react.

@radekmie radekmie added the Type: Feature New features and feature requests label Jun 23, 2016
radekmie added a commit that referenced this issue Jun 23, 2016
@radekmie
Copy link
Contributor

radekmie commented Jun 23, 2016

I've fixed it on devel branch. It would be great if you could test it and let me know, if it works correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New features and feature requests
Projects
Archived in project
Development

No branches or pull requests

2 participants