GSS-Cogs / chart-builder

The Chart Builder is a proof-of-concept app to understand the feasibility of using a CSV file (or SPARQL query) to generate and customise a chart or data visualisation
https://chart-builder-no4vxskx7a-nw.a.run.app
2 stars 0 forks source link

move isClientSideRender #204

Closed StRhys closed 1 year ago

StRhys commented 1 year ago

This ticket was to deal with an error when refreshing standalone figure blocks.

I've moved isClientSideRender to contain the <Suspense /> component, rather than the other way round.

To test Run a local build of the cms, login, and head into a figure. image Hit refresh and you should be hit with the error. image After Copy the src folder for chart builder into the local build of the cms, within the add-on chart builder folder. Replacing the on inside. Go back to the loaded figure, hit refresh, and the error should not appear.