MetaCell / MetaCell/NetPyNE-UI

Material-UI error in Popover of Paramaeter Menu in ExperimentEdit page

Open
#358 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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.

![Bildschirmfoto 2021-07-05 um 17.13.51.png](https://images.zenhubusercontent.com/600fdb37a2c5e223bc039639/55d33b0e-67b3-4aa4-a618-438c3a1497c0)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.