Stijn Habekotté
07/01/2022, 2:06 PMJiri Zajic
07/01/2022, 2:11 PMStijn Habekotté
07/01/2022, 2:31 PMVincil Bishop
07/01/2022, 2:38 PMJiri Zajic
07/01/2022, 2:40 PMbackend directly as a prop to each individual component, e.g. <ColumnChart backend={backend} />.
2. Replace <WorkspaceProvider /> with passing workspace directly as a prop to each individual component, e.g. <ColumnChart workspace="asdf123" />
3. Instantiate the backend correctly, one example is at https://github.com/gooddata/ui-sdk-examples/blob/master/gd-ui-boilerplate/src/backend.js, but you might need tigerFactory if working with GoodData.CN (bearFactory is for the hosted platform), and also a different authentication provider — get inspired from your working @gooddata/create-gooddata-react-app!
Hope this helps!Stijn Habekotté
07/04/2022, 7:21 AM