Some components aren't detected
Double-check that your input parameters are not accidentally filtering out file extensions used to define your components. For instance, if you set an input parameter like -i '**/*.{tsx,jsx}'
, you might be skipping .ts or .js files where components are defined.
This also could be a bug related to Omlet. If you believe that is the case, please contact us at support@omlet.dev.
Last updated