Luke

Results 5 issues of Luke

In case you weren't aware, the app isn't working anymore. Going to the website URL gives the above error message, along with a link to a Google page: ``` Go...

**Describe the bug** When using the HTML5 backend within the DndProvider _anywhere_ on the page, event listeners for drag and drop events are attached to _every_ HTML element within the...

I believe this is an issue with the module set up if the icons aren't working in Astro..

When we have the following component structure: ```tsx import Child from './Child'; import classes from './MyComponent.css'; const MyComponent = () => { return ( ) } ``` ```tsx // MyComponent.css...

I have the latest version of react-daisyui installed (5.0.5), and I wanted to use the `soft` variable of `Button`, however TS is telling me in my IDE that there is...