Aslam
Aslam
Take a look at this #303
@ArchanGhosh You can't **README.md** you can only re-submit before **March 1**
@loilo and mix also updated the loader from `loader: 'file-loader'` using path `project/node_modules/file-loader/dist/cjs.js'` for me instead of comparing regex strings or writing your own rules i used this solution ```js...
I was able to solve it using beta version ```js import configureMeasurements from 'convert-units' import mass from 'convert-units/definitions/mass' const convert = configureMeasurements({ mass }) ```
@ksassnowski can you review this one?
@nperez0111 still facing the same issue with 2.5.9 ``` Warning: flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call...
You need to install `eslint-webpack-plugin` manually. see https://github.com/riasvdv/laravel-mix-eslint/blob/master/index.js#L9 According to laravel-mix documentation what is returned from `dependencies()` will be installed by mix if you run `npm run dev or npx...
@rudyon Thanks for your contribution. We're closing this PR as we're migrating the codebase to Tanstack Start.
@paulm17 Try render it to document instead of root **Before** ```tsx hydrateRoot(document.getElementById("root")!, ); ```  **After** ```tsx hydrateRoot(document!, ); ```  And if you get hydration warnings: > Warning: Extra...