Figured out the issue. Looks like Retool expects a named export export const App
. I was doing export default App
, which didn't work.
1 Like
Figured out the issue. Looks like Retool expects a named export export const App
. I was doing export default App
, which didn't work.