Visualization components throws CORS error

Hello guys,

Scenario

I’m trying to integrate visualization component in a React project(local) to render a visualization from a looker instance, I’m getting the access token from the SDK but FE throws CORS error.

Example

<ComponentsProvider>
<DataProvider sdk={sdk}>
<Query dashboard={1}>
<Visualization />
</Query>
</DataProvider>
</ComponentsProvider>

I’m referring to https://github.com/looker-open-source/component-examples/tree/main/Visualization/get-started-viz-com... example. 

Is there anything I’m missing or looker still does not support cross origins?

0 0 94