I am encountering an issue with embedding a Retool app using the react-retool
library. Despite passing the data
prop to the Retool
component, I am unable to access the data within the Retool app.
console.log('Data received from Retool:', data)}
/>
I need to pass a token from the React app to retool the API library.