Missing "./dist/inferencers" specifier in "@refinedev/inferencer" package
I get the following error when running my dev server:
I have ensured that I ran
I have ensured that
I have lastly also ensured that the following is set in both our tsconfig and vite config:
I am ensure how to fix this, there is a mismatch in the API's params between the edit ,the create and the show. I am unsure if this would cause this as I couldnt find much on this.
Missing "./dist/inferencers" specifier in "@refinedev/inferencer" packageI have ensured that I ran
npm i @refinedev/inferencer again.I have ensured that
"./dist/inferencers" exists and "./dist/inferencers/mui" as well.I have lastly also ensured that the following is set in both our tsconfig and vite config:
"moduleResolution": "node",I am ensure how to fix this, there is a mismatch in the API's params between the edit ,the create and the show. I am unsure if this would cause this as I couldnt find much on this.
