ebi-gene-expression-group / atlas-web-bulk

Bulk Expression Atlas web application
Apache License 2.0
0 stars 1 forks source link

Use new API of atlas-react-fetch-loader #149

Closed alfonsomunozpomer closed 1 year ago

alfonsomunozpomer commented 1 year ago

The API of atlas-react-fetch-loader changed in https://github.com/ebi-gene-expression-group/atlas-components/commit/72071b2104c1b894d02b2ac5bcd580a058b2a886 to support explicit request parameters in GET requests via an object, rather than by building the resource in the client. This fixes the issue of the tooltip not showing.

haideriqbal commented 1 year ago

I'm unable to run this branch locally. I'm getting front-end rendering errors.

Screenshot 2023-01-25 at 15 36 59

Things I've done so far:

but still seeing the above error.

alfonsomunozpomer commented 1 year ago

Things I've done so far: ... but still seeing the above error.

Are you using compile-front-end-packages.sh -ui to generate the JS bundles?