altsst

Results 11 comments of altsst

> useSensor(KeyboardSensor, { coordinateGetter: sortableKeyboardCoordinates, activationConstraint: { delay: 150, //Delay write dot tolerance: 5, }, }), proper code formatting ``` useSensor(KeyboardSensor, { coordinateGetter: sortableKeyboardCoordinates, activationConstraint: { delay: 150, //Delay write...

Solution: Don't forget to set the tolerance. // CLOSED

Yes, when using the import syntax it still throws an error. ``` import tailwindcssRadix from "tailwindcss-radix"; ``` ![image](https://user-images.githubusercontent.com/116441438/234268024-9eb54935-ffec-4ff9-adbf-308a2db38709.png)

@ecklf Yes, here it is: https://github.com/altsst/radix-tailwind-bug You can quickly check it out with gitpod [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/altsst/radix-tailwind-bug)

Hey @sannidhyaroy, I just wanted to let people know there is an active fork. I stand by this aswell: "Developers work on existing projects to improve them". Happy to adjust...