Ben Jenkinson

Results 18 comments of Ben Jenkinson

I would also appreciate an `onPreviewModeToggled` event callback. This would allow us to synchronise the preview mode's "Web"/"Mobile" toggle with the workspace's `WorkspaceStage` value that the user returns to once...

I would find this useful as well. At the moment, the plugin accepts a `container` option of type `string` and presumably does something similar to ``document.findElementById(`#${container}`)`` to find the element....

#### Related issues: - https://github.com/tremorlabs/tremor/issues/897 - request to allow _multiple_-select via controlled props; even if the default uncontrolled behaviour remains single-select. - https://github.com/tremorlabs/tremor/issues/876 - similar feature request, except for `DonutChart`

Next.js has its own `` component which renders as an `` tag 📚 https://nextjs.org/docs/app/api-reference/components/link It's used in much the same way ```tsx Dashboard ``` ```tsx // Navigate to /about?name=test About...

I've also run into this problem today. I agree that a more descriptive error message/console output from NSwag would be really useful in tracking down _which_ endpoint it was choking...

It would be great if this could be added to the existing Code Style preferences, so it can then be included in the Code Cleanup functionality.

You can also "fix" it by applying a `key` prop to each of the `` instances that would occupy the same position in the tree, (e.g. ``). Because of that,...