Setup MUI RTL Project with stylis-plugin-rtl next js 14
## Root page code (layout.js) “use client”; import { useState } from “react”; import cacheRtl from “./rtlCache”; // RTL cache import createCache from “@emotion/cache”; // Create LTR cache import { ThemeProvider } from “@mui/material/styles”;…