Aslam

Results 9 comments of 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")!, ); ``` ![Image](https://github.com/user-attachments/assets/c0fe4a46-0429-42ba-bce8-840770475277) **After** ```tsx hydrateRoot(document!, ); ``` ![Image](https://github.com/user-attachments/assets/a3d9667e-016a-46e1-bbf5-35fff52cff81) And if you get hydration warnings: > Warning: Extra...