Kevin Zaracho

Results 12 comments of Kevin Zaracho

This basic issue is from 2 weeks ago, pull requests are not being merged, and so on. Sorry, but I recommend not using this library.

seems like nope

Same here: https://github.com/mantinedev/mantine/commit/ec4fcf77d83a63ef050547e82d69bd3a03e1ef34#commitcomment-139346444 ``` Unsafe assignment of an `any` value.eslint[@typescript-eslint/no-unsafe-assignment](https://typescript-eslint.io/rules/no-unsafe-assignment) ```

It can be fixed, wrapping the menu with the portal of floating-ui... On this file: `packages/material-tailwind-react/src/components/Select/index.tsx` Add ```diff + {lockScroll ? ( {selectMenu} ) : ( selectMenu )} + ```...

change the title to "styles are not being applied to component"

> Can confirm this is still happening, no default styling are applied to say for example a `` component even through the props/variants/colours have been filled. ![Screenshot 2024-04-30 at 04...

excuse me, but how TF using a JS as module will throw CORS in server?????????????