Common Issues and feature requests for the upcoming V2.0.1
Issues
#1 : When integrating few components into a Next.js project, some components are throwing errors and requiring the addition of two extra props that I never previously passed: onPointerEnterCapture={undefined} and onPointerLeaveCapture={undefined}.
<Separator variant='dotted' placeholder={undefined} onPointerEnterCapture={undefined} onPointerLeaveCapture={undefined} />
The issue I'm encountering is related to the differences in how Vite and Next.js handle certain props and attributes in React components need to fix this.
#2 :
Features to be added
#1 : Can not pass a default font in the provider or cant change the theme dynamically. #2 : Need to pass style in all components for the developers who are not using tailwind. #3 : Need to add width, height, padding, margin, and radius in all components. #4 : Need to pass defaultTheme prop in the XBeshProvider to make the whole library theme more dynamic. #5 : Need to make a common settings interface to be extended in the all components.