altsst
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"; ``` 
@ecklf Yes, here it is: https://github.com/altsst/radix-tailwind-bug You can quickly check it out with gitpod [](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...