Lance Gliser

Results 26 comments of Lance Gliser

No real code yet, but just reviewing what it currently does I have some questions: - Why is there both a local storage watcher _and_ an event watcher? - I...

Per the [license](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license) section of the project.toml docs: > The new format for license is a valid [SPDX license expression](https://packaging.python.org/en/latest/glossary/#term-License-Expression) consisting of one or more [license identifiers](https://packaging.python.org/en/latest/glossary/#term-License-Identifier). The full license...

Seeing the same behavior for React 19 and [email protected]. You can bypass the issue by providing `VictoryLegend` a`titleComponent` ['custom' component](https://nearform.com/open-source/victory/docs/api/victory-legend/) to use: ``` ```

If it helps, here's the story file for reproducing: ```tsx import type { Meta, StoryObj } from "@storybook/react"; import { Dropdown } from "flowbite-react"; import { PrimaryButton } from "../../Buttons";...

I believe I did miss that. Apologies, it even is documented. Though, a couple concerns about even that: The docs for that section state: > Use the style prop to...