Open kinivi opened 1 month ago
I'm experiencing an issue where components defined in NODE_COMPONENT_MAP work correctly in the development environment (pnpm dev), but after building and starting the production environment (pnpm build and pnpm start), these components briefly show a loading state, display data momentarily, and then disappear. This behavior occurs with components like the weather component. The application's behavior is inconsistent between development and production builds. Steps to Reproduce
with
yarn build
yarn start
When tools results is loading, they blink and then everything disappears. No issues with yarn dev, just with prod build.