Flynn Hillier
Flynn Hillier
Amended behaviour of onPromotionPieceSelect prop. - onPromotionPieceSelect is now passed 'promoteFromSquare' and 'promoteToSquare' arguments. - onPromotionPieceSelect is now a required prop with default value: () => true - onPromotionPieceSelect return...
I am attempting to use a dynamically generated array of strings to define a `z.union()` that validates that a string is included within said dynamic array. To do this I...
### Current Behavior When creating a new bootstrapped project with `npx tsdx create my-app` TSDX installs the latest versions of `@storybook/react` (currently `8.0.9`) and other `@storybook` dependencies. However, TSDX seems...
I am using next v14.1.1 and next-ws v1.0.1 I am using next-ws's built in `WebSocketProvider` component and `useWebSocket` hook, in order to establish and reference a websocket connection. I have...