Karim Mohammadi
Karim Mohammadi
I solved my issue using the following method: ```ts const chartRef = useRef(null); const chartId = useRef(null); useEffect(() => { if (chartId.current !== null) { return; } const config =...
My temporary solution for using Options in my Nextjs project ```ts // global.d.ts declare module "@splidejs/react-splide" { export { Options } from "@splidejs/splide"; export { Splide, SplideSlide } from "@splidejs/react-splide";...
hey guys, the plugins don't have a named export. Look at the following code: ```ts declare module "*.svg?react" { import * as React from "react"; const ReactComponent: React.FunctionComponent< React.ComponentProps &...
Hi. What version of WordPress do you have installed?