MetaCell / MetaCell/NetPyNE-UI
Material-UI error in Popover of Paramaeter Menu in ExperimentEdit page
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
react_devtools_backend.js:2560 Material-UI: You can not change the default `anchorOrigin.vertical` value
when also providing the `getContentAnchorEl` prop to the popover component.
Only use one of the two props.
Set `getContentAnchorEl` to `null | undefined` or leave `anchorOrigin.vertical` unchanged.

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 locating the ExperimentEdit page's Parameter Menu and its Popover, then reproduce the Material-UI warning shown in the issue. Trace the Popover's anchorOrigin and getContentAnchorEl configuration; done means the warning no longer appears and the menu still opens and positions correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100