svg-icon ${className}}>13 | <SVG src={toAbsoluteUrl(path)} className={svgClassName} /> | ^^^ 14 | 15 | ) 16 | }
Hi,
Thank you for reaching out to us.
The latest version is always available on our website, and you can download it from the Metronic Downloads page.
We release new updates for Themeforest within our release plan, however, when we have urgent bug fixes, we apply them through our websites.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi,
Thank you for reaching out to us.
Version 8.2.0 downloaded from Metronic Downloads page doesn't have this error.
Can you try to download Metronic zip file from our website?
Regards,
Lauris Stepanovs,
Keenthemes Support Team
yarn start works ok, but yarn build and then serve -s build can not work, its error Uncaught SyntaxError: Unexpected token '<'
Hi,
When you are running serve -s build it assumes that the project is located in root directory, meanwhile, by default, our demos are referring to /metronic8/react/{demo}.
To fix this problem, you can follow the steps below:
"homepage": "/",.yarn build.