Ruud Andriessen

Results 4 issues of Ruud Andriessen

I've noticed multi-lining currently is only done when the configured `lineWidth` is reached. However, we'd like to always multiline imports/objects that have more then 1 parameter, e.g.: Currently: ```ts import...

enhancement

### Describe the bug Given a form with the following schema: ```ts const schema = z.object({ foo: z.string(), bar: z.number(), }) ``` We may not have a default value for...

Currently, when we want to update the state with the `useHistoryState` hook, we are unable to use the same pattern `useState` provides, where the previous state is passed into the...