We started using webp files for some images on Tinyman and the ordering below gives an error:
import compensationBackgroundSrc from "../core/ui/images/CompensationBackground.webp";
import "./_v1-page.scss";
import {Navigate, Route, Routes} from "react-router-dom";
import {Suspense} from "react";
import Page from "../component/page/Page";
import PageContent from "../component/page/content/PageContent";
import ROUTES from "../core/route/routes";
import Loading from "../component/loading/Loading";
import lazyWithRetry from "../core/lazyWithRetry";
import ErrorBoundary from "../core/ErrorBoundary";
../core/ui/images/CompensationBackground.webp import should occur after import of react eslintimport/order
We started using webp files for some images on Tinyman and the ordering below gives an error: