dark icon indicating copy to clipboard operation
dark copied to clipboard

The lightweight and powerful UI rendering engine without dependencies and written in TypeScript💫 (Browser, Node.js, Android, iOS, Windows, Linux, macOS)

Results 15 dark issues
Sort by recently updated
recently updated
newest added

The comment breaks the both the `&::selection` selector styles and the media queries. This does not happen when comments do not contain functions. ```js const HeroHeading = styled.h2` /* font-family:...

bug

```js const LinksRow = styled.div` display: flex; justify-content: space-between; gap: 2.5vw; & ul { list-style-type: none; padding: 0; margin: 0; width: 100%; } & ul li { list-style: none; border-bottom:...

bug

I have noticed Dark renders `` whenever a component returns null, is this used by anything? I only see tests that check for the existence of these comments

enhancement

I'm debugging [this component](https://github.com/Coachonko/wareme/blob/master/packages/currency-input/src/CurrencyInput.jsx), with [this example](https://github.com/Coachonko/wareme/tree/master/examples/currency-input). The `CurrencyInput` component passes a string `value` to the child ``. With `onInput` events, the `value` (result of `getRenderValue`) changes to the expected...

bug

This is a feature(s) request. `@dark-engine/core` currently doesn't have error boundaries. Error boundaries are similar to `Suspense`: while `Suspense` "catches" promises, error boundaries catch errors. For this reason, in the...

enhancement