whe i setup refine ui frame work it shoows some error i will send that error messege please reply anyone
It is CRA that is giving you that warning and it is just a Webpack deprecation warning, you can just ignore it.
https://github.com/facebook/create-react-app/issues/12035
Or better yet, don’t use CRA at all. Use Vite, or Next.js if you need the framework capabilities offered by Next.js.