Maxssobolev
Maxssobolev
Easy way is conditional rendering all page with tabulator So, this way warked for me: ```js const [redirect, setRedirect] = useState({ allow: false }) const columns = [ { title:...
Please merge this request
@knakamura13 , I changed it, but the warnings are still displayed in the console  **Upd, works for me:** According to documentation https://vite.dev/config/shared-options.html#css-preprocessoroptions I've installed `sass-embedded` package and set `vite.config`...