I'm having a problem with Metronic 9.
I'm getting this error:
Uncaught SyntaxError: The requested module "/resources/theme/core/components/dropdown/types.ts" does not provide an export named "KTDropdownConfigInterface" (at index.ts:2:10)
https://snowdaypredictor.app
We just released the updates. Could you please copy src folder from the latest version.
Thank you
We will provide the fix in the quick release as soon as possible.
Thank you.
same error in react version
To fix this error just add "type" after "export": export type { KTDropdownConfigInterface, KTDropdownInterface } from './types';
You have to do that to all export in index.ts