Select to view content in your preferred language

Issues while migrating to ExB 1.19

140
1
a week ago
WalaZargouni
Emerging Contributor

Hello everybody,

I'm using a third party library in my widget that works perfectly on ExB 1.18, the library is Mantine React Table v2.0.0-beta9, they say that they are React 19 compatible, but i'm unable to run it on my widget i'm always getting this error 

WalaZargouni_0-1766140678245.png

From what i saw the problem is related to the usage of two different react versions 18 & 19.

Any help would be appreciated

1 Reply
BolanChen
Occasional Contributor
The issue stems from a dependency conflict between React version 1.19 and Exb, which uses React 19. This conflict can be resolved by adding an `overrides` field to your `package.json` file.
0 Kudos