ERROR in ./node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-custom.svg
Module build failed (from ./node_modules/@svgr/webpack/lib/index.js):
SyntaxError: unknown file: Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can set throwIfNamespace: false to bypass this warning.
import { useEffect, useRef, useState } from "react";
import { CKEditor } from "@ckeditor/ckeditor5-react";
import MathType from '@wiris/mathtype-ckeditor5/src/plugin';

when i install npm install @wiris/mathtype-ckeditor5
then getting error how to fix this
ERROR in ./node_modules/@ckeditor/ckeditor5-core/theme/icons/object-size-custom.svg
Module build failed (from ./node_modules/@svgr/webpack/lib/index.js):
SyntaxError: unknown file: Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can set
throwIfNamespace: falseto bypass this warning.import { useEffect, useRef, useState } from "react";
import { CKEditor } from "@ckeditor/ckeditor5-react";
import MathType from '@wiris/mathtype-ckeditor5/src/plugin';
when i install npm install @wiris/mathtype-ckeditor5
then getting error how to fix this