max-mapper / max-mapper/requirebin
Working with React?
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 389
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
says i have an error on the return line
React = require('react');
var Main = React.createClass ({
render: function () {
return <div>hello</div>
}
});
React.render(<Main />);
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the JSX snippet from the issue and identify why the error is reported on the return line. The issue names no source file or test, so inspect the project's JavaScript/React handling and determine whether this example is expected to run. Done means the cause is documented or the example works without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100