MetaCell / MetaCell/geppetto-meta
Fix showcase canvas warnings
Open
Nobody has claimed this yet.
enhancement
geppetto-showcase
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Some of the warnings:
- Material-UI: You can not use the `centered={true}` and `variant="scrollable"` properties at the same time on a `Tabs` component.
- Warning: validateDOMNesting(...): <h2> cannot appear as a descendant of <p>.
- Warning: validateDOMNesting(...): <h6> cannot appear as a descendant of <p>.
Contributor guide
No contributing guide indexed for this repository
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 showcase canvas and reviewing the console warnings listed in the issue. Locate the Tabs component and the markup producing the nested h2 and h6 elements; done means the listed warnings no longer appear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100