Benji
Benji
Hi @Kye-NG, you can accomplish this with destructuring at the top of your file. e.g.: ```js import { Tabs } from 'react-daisyui' const { Tab } = Tabs export default...
Good question @Kye-NG— it might seem obvious to just include it, but I'm a little conflicted. Would love to hear your thoughts! **The Problem:** At the moment, our stories show...
@pedrolucasp Thanks for finding that, I'll fix up the docs this week. Some of the internally used components are exposed as subcomponents, which sometimes don't get captured in the docs...
Fixed with ad4cb0e27a1270ae606ef5cc91d16fe41454db07 and the new pages should deploy soon.
@dev0T good catch, thanks!
Thanks @systemkrash, no plans to add this at the moment, but that definitely presents a huge limitation of the library. Would love to hear people's suggestions on how this could...
@mfussenegger sorry about that, my mistake. Here's small repo for you to use: https://github.com/benjitrosch/c-dap-example/tree/main
Thanks for trying it out. Really weird that it's not working for me. I'm using `lldb-dap` which gets installed from `brew install llvm` which is at version 18.1.4. I tried...
Thanks for verifying that @Dudenwatschn. Not long after this, I had the exact same issue on a Windows machine running WSL—so definitely not exclusive the Mac M1's. I'm inclined to...