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

[Bugfix]Bulk experiment page console warnings #238

Open
ke4 opened this issue Jan 10, 2025 · 0 comments
Open

[Bugfix]Bulk experiment page console warnings #238

ke4 opened this issue Jan 10, 2025 · 0 comments

Comments

@ke4
Copy link
Contributor

ke4 commented Jan 10, 2025

Go to bulk experiment page, e.g. https://www.ebi.ac.uk/gxa/experiments/E-GTEX-8/Results, and check console logs.
There are a few warnings like below:

Warning: Failed prop type: The prop `onClick` is marked as required in `defaultProps(defaultProps(mapProps(Anatomogram)))`, but its value is `undefined`.
    in defaultProps(defaultProps(mapProps(Anatomogram))) (created by onlyUpdateForPropTypes(defaultProps(defaultProps(mapProps(Anatomogram)))))
    in onlyUpdateForPropTypes(defaultProps(defaultProps(mapProps(Anatomogram)))) (created by withPropsOnChange(onlyUpdateForPropTypes(defaultProps(defaultProps(mapProps(Anatomogram))))))
    in withPropsOnChange(onlyUpdateForPropTypes(defaultProps(defaultProps(mapProps(Anatomogram))))) (created by defaultProps(withPropsOnChange(onlyUpdateForPropTypes(defaultProps(defaultProps(mapProps(Anatomogram)))))))
    in defaultProps(withPropsOnChange(onlyUpdateForPropTypes(defaultProps(defaultProps(mapProps(Anatomogram)))))) (created by DebouncedContainer)
    in DebouncedContainer (created by _HeatmapWithControls)
    in div (created by _HeatmapWithControls)
    in div (created by _HeatmapWithControls)
    in div (created by _HeatmapWithControls)
    in _HeatmapWithControls (created by Uncontrolled(_HeatmapWithControls))
    in Uncontrolled(_HeatmapWithControls) (at uncontrollable.js:128)
    in ForwardRef (created by HeatmapWithControlsContainer)
    in HeatmapWithControlsContainer (created by ChartContainer)
    in div (created by ChartContainer)
    in div (created by ChartContainer)
    in ChartContainer (created by Container)
    in div (created by Container)
    in Container (created by ContainerLoader)
    in ContainerLoader (created by Refetch.connect(ContainerLoader))
    in Refetch.connect(ContainerLoader) (created by ExpressionAtlasHeatmap)
    in div (created by ExpressionAtlasHeatmap)
    in ExpressionAtlasHeatmap (created by Main)
    in div (created by Main)
    in div (created by Main)
    in Main (created by Context.Consumer)
    in withRouter(Main)
    in Unknown (created by Context.Consumer)
    in Route (created by ExperimentContainerRouter)
    in Switch (created by ExperimentContainerRouter)
    in div (created by ExperimentContainerRouter)
    in Router (created by BrowserRouter)
    in BrowserRouter (created by ExperimentContainerRouter)
    in ExperimentContainerRouter

and

Warning: Failed prop type: The prop `pathToResources` is marked as required in `ExperimentContainerRouter`, but its value is `undefined`.
    in ExperimentContainerRouter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant