Clément Loridan
Clément Loridan
**Describe the bug** When I install bumbag and try the standalone theming. I got this error from my storybook: `"export 'defaultTheme' was not found in 'bumbag' 1. Create as basic...
**Describe the bug** I want to do this: ` import { SelectMenu as SelectMenuBumbag, applyTheme } from 'bumbag'; const SelectMenu = applyTheme(SelectMenuBumbag, { styles: { base: p => { return...
I have custom markers with orient="auto" but the the `getSmoothStepPath` don't give the best path for the markers.
Hi, Why did you choose the structure of tasks flattent? And why not to go on the gantt logic structure: Project > Task/Milestone > SubTask: ` const tasks = [...
I have this error: ``` at MemoryFileSystem.writeFileSync (/Users/clementloridan/Workspace/Braineet/agora/node_modules/memory-fs/lib/MemoryFileSystem.js:207:10) at /Users/clementloridan/Workspace/Braineet/agora/node_modules/autodll-webpack-plugin/lib/createMemory.js:62:11 at runCallback (timers.js:651:20) at tryOnImmediate (timers.js:624:5) at processImmediate [as _immediateCallback] (timers.js:596:5) From previous event: at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:437:3) code:...
I followed all steps and I can find "I MUST..." in .next directory.
Hey, is not compatible with internet explorer 😟
### Motivation Would be nice to have an example to reproduce like this example. ### Usage example ```jsx import { useState } from "react"; import { Combobox, ComboboxItem, ComboboxPopover, useComboboxState...