Hi, I'm trying to run the react demo 1 but i keep getting this error when running yarn start:
Failed to compile.
/projects/avi-react/src/_metronic/helpers/components/KTSVG.tsx
TypeScript error in /projects/avi-react/src/_metronic/helpers/components/KTSVG.tsx(13,8):
'SVG' cannot be used as...
Hello :)
According to this documentation page https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/build/gulp.html
I should go to the "/theme/tools/" directory, but it doesn't exist for me.
What to do ? I tried to re-download the .zip but it's still not t...
Hi,
I see that I can change the import in the styles.scss from dark to light but...
How can I implement mode toggle ?
Thank you in advance for your answer
Hi,
After upgrading from 8.37 -> 8.38 on the vue version, now my vue.config is not working anymore. In your changelog you haven't written anything about breaking changes?
this is what causing errors:
chainWebpack: config => {
config.module
.rule("eslint")
.use("eslint-loade...
When I run 'npm start' of Demo 2 I got this error, however I do the same with the Demo 1 it can work well:
TypeScript error in /src/_metronic/helpers/components/KTSVG.tsx(13,8):
'SVG' cannot be used as a JSX component.
Its instance type 'InlineSVG...
The site works without any problems, but
All components throw an error
---error
JSX 요소 클래스는 'props' 속성이 없으므로 특성을 지원하지 않습니다.ts(2607)
'__VLS_21'은(는) JSX 구성 요소로 사용할 수 없습니다.
해당 인스턴스 형식 '{ $: ComponentInternalInstance; $data: {}; $props: Partial
I have purchased Metronic7 and Metronic8. Currently i am using Metronic8 for my webpage. I prepared my webpage with ASP.NET Core 5.
So far everything was fine. Dropdown menus work fine . But when i reload a partial view through AJAX which also contain dropdown menus of Metronic 8, then dropdown...
I've been using metronic 8 for a long time now and I have a great time, but I have a problem with regards to Breadcrumb.
The problem is that when in Laravel I define an edit or view page for a specific model, for example a route of the type '/users/1/edit' the Breadcrumb does not appear.
I tri...
Hi guys, so I installed the yarn dependencies and typescript into react/demo1 and then I initiated the react app with yarn start. However I am getting a errors on some prop kind of thing without even having touched the code thus far.
The errror I am getting is:
/Users/chtech/Downloads/metron...
Hi Guys, so I have reviewed the demo1 in metronic 8. I have looked at both the HTML version as well as the React version. What I am wondering about is that from what I can see, the HTML version is quite richer in terms of components and UI as compared to the React version. For example, in the HTML v...
I am using this code.
"use strict";
// Class definition
let KTSearch = function () {
// Private variables
let form;
// Init Select2
const initSelectXYZ = () => {
// Init Select2 --- more info: https://select2.org/
$('[name="provincia_id"]').s...
Hi,
I am using KTDatatables Metronic v7 and want to toggle column visibility.
datatable.column(parseInt(val)).visible(false); where val is the column index.
This works perfectly in terms of removing the column from view and setting the parameter to true again to bring it back....