Custom Components Not Displaying in Retool UI – Previously Working Setup

:white_check_mark: Issue Solved:
The root cause was using import statements in the src/index.tsx file to include React components. For some reason, Retool no longer properly recognized these imports. After manually moving all component definitions directly into the index.tsx, the components started displaying again in the Retool UI component selector.

1 Like