MCMXC
MCMXC
I receive this error when running `pnpm build` in a SvelteKit project:  Version used is 2.8.0 but it also happens with the latest version. Completely blocks...
**Describe the solution you'd like** Use the lottie light variant like described here: https://github.com/airbnb/lottie-web/issues/1184#issuecomment-703324484
**Is your feature request related to a problem? Please describe.** Currently, `updateInitialValues` only reassigns whatever you pass it into a new object. All previous values are lost. In my opinion,...
My table height gets rendered to `height: 88px;` no matter how many rows I have and therefore is unusable as can be seen in the screenshot. I compared the css...
Currently when using `svelte-simple-datatables` in combination with Typescript, every `row.` displays following error in the terminal when running `svelte-check`: ``` Error: Object is of type 'unknown'. (ts) ``` It would...
I am jumping a lot between components when I am building a page and I always have to mess around with the sidebar to be able to open multiple ones...
## Description I made sure to check the lock file for any `engines` requirements greater than Node 10, it looks good. I upgraded `@rollup/plugin-commonjs` to v22 at first, but then...
- `windmill-react-ui` version: 0.5.0 ### Relevant code or config: ```html {t('allCampaigns')} ``` ### What you did: When using an `option` tag with value `undefined`, it is not captured in the...
When I want to create a share url to a certain layer inside a collection, I receive links like this: `https://share.goabstract.com/bfbda28e-7d7c-48d5-a709-506280aea22f?collectionLayerId=41aebe5b-80dc-4f67-a443-cb24d04ac0a3&mode=design` (intentionally not a valid link) Using a link like...
### What package has an issue @mantine/core ### Describe the bug Our `Tabs` component uses enum values like `YES` and `NO` and when rendered in the DOM this leads to...