The use of Keenicons has been a significant enough burden that I'm here to ask how does Metronic suggest we regress them completely from the codebase. We want them completely nonexistent and removed.You might ask why. 1. They are much too playful, too immature, and doesn't instill profession...
React Docs SPECIFICALLY state not to read from a "useRef" during renderinghttps://react.dev/reference/react/useRef#useref1) You can mutate the ref.current property. Unlike state, it is mutable. However, if it holds an object that is used for rendering (for example, a piece of your sta...
hi sir,I have purchased Merronic7, I want to show fixed top div on mobile i used below code these but theme default navbar show and then show custom div,please how to fix. if ($(window).width()
Hello team,I'd like to build a React app using the Demo31 HTML template, but I notice that only Demo1 is provided as React project.Questions:1. Is there any plan to vend Demo31 as React project?2. If so, is there an expected date and price?3. If not, how do you suggest to move Demo31 f...
Hi i am just a Hobber building my own project, i am now on a point that i need more modules / widgets, i see tons of nice widgets in the HTML version, however i got the react version where a way less.How to get those html thing in react or why arent they there?
The elements on the error page 404 is all aligned to the top left, where I think the intended position of the elements should be aligned in the middle vertically and horizontally right?
Hi, Just bought Start template for React but "npm i" doesn't work:npm ERR! code ERESOLVEnpm ERR! ERESOLVE could not resolvenpm ERR!npm ERR! While resolving: react-scripts@4.0.1npm ERR! Found: typescript@4.1.2npm ERR! node_modules/typescriptnpm ERR! typescript@"4.1.2" from the r...
I see icons being used in the following way,KTIcon iconName='message-question' className='fs-2' />but I was unable to find references to the iconName used to reference the icon used in Duotune, many of the icons mentioned in the documentation page cannot be found - ht...
As you can see in the preview, some words are not shown properly when in dark mode. https://preview.keenthemes.com/html/metronic/docs/editors/ckeditor/classicI encountered the problem in React version of Metronic too. Please fix the React version of Metronic. I am using 8.1.8 React version
I am using Metronic version 8.1.8 the React version, and I want to ask how do I do the input validation for text input and display the error message accordingly?
Hi!I´m new with React, but I was able to create my own php API to connect to MySql and fetch data from the database and also made the login page work.The thing is, I don´t know why when trying to display, for example, the currentUser?.first_name it returns undefined.export functio...