Ben Jenkinson

Results 7 issues of Ben Jenkinson

**Description:** I am able to drag the edge of a `` past the edge of a `` meaning that the content of the left space is underneath the right space...

enhancement

- Define the types for the `toast.promise` options to better indicate that they can accept a function in the same way that `toast.success` and the other methods can. - Add...

### What is the current behavior? The `useMethods` hook wraps the behaviour of `useReducer` to return a nicely typed `methods` object. https://github.com/streamich/react-use/blob/0fabbcd641e5fc6d16091e7c4c803efe80d7ff56/docs/useMethods.md#L44 However, the `methods` object returned from `useMethods` is...

### What problem does this feature solve? Many of the charts provide an `onValueChanged` callback which is called when different pieces of the chart are clicked on, usually "selecting" that...

Status: Help Wanted
Type: Feature

### What problem does this feature solve? I want to display a "mixed" bar chart; where some bars within a category are stacked and others are either not, or are...

#### Describe the bug The `onPreview` and `onTogglePreview` events/callbacks don't seem to be fired in a consistent way. #### To Reproduce Several scenarios are described below, along with the execution...

The Typescript types specify that a Content Dialog's `handler` function must return a `Promise`, in addition to accepting the `resolve`/`reject` arguments. https://github.com/BEE-Plugin/Bee-plugin-official/blob/083ec76fd013087b8324703a55f01bcfe273e8fe/src/types/bee.ts#L286-L291 Returning a pending/resolve/rejected Promise seems to produce no...