Amin Mohamed Ajani

Results 5 comments of Amin Mohamed Ajani

@Rosey are you planning to fix the conflicts? Your PR most probably also solved https://github.com/sstur/react-rte/issues/127

Although this is a great workaround. This ideally doesn't work if you are using a monorepo managing tool such as NX which locks dependencies on the top level. In my...

I wasn't exporting the ``. Once I did that, everything worked fine.

Can confirm. Doesn't work still.

> It would be great if oxc could automatically merge imports from the same source. For example: > > import { A } from 'package'; > import { B }...