Norbert de Langen
Norbert de Langen
I was able to get the visual I wanted using the transform property: ```js const style = { // TODO: take from theme style: { minWidth: 250, borderRadius: 4, backgroundColor:...
The arrow would be positioned further from the edge of the tooltip. ``` ┌^--------┐ | | └---------┘ ``` vs ``` ┌--^------┐ | | └---------┘ ```
Is this ready for review again? If so, @yannbf and me can take a look again? 🙏 Thank you for the hard work @zhyd1997 !
WDYT, could this be released as a new major?
@IanVS I fixed the svelte component.. @tmeasday I think you should take at this..
I tried looking into this, why the tests are failing.. something is doing something funny with csf-tools that makes it not accept the bundled code. Perhaps it's some ESM detection...
Looks like we got a duplicate PR here: https://github.com/storybookjs/storybook/pull/19141 In which I found that minification actually breaks to code 😱
Hello @darenbt Thank you for contributing! I am trying to update your feature branch with new changes in `next`-branch, but GitHub is refusing: ``` (build/lib-docs-tools+lib-instrumenter-tsup)⚡ % git push ~/Projects/Storybook/core/code Enumerating...
@tmeasday It's unfortunate that they are marked as `Error` because otherwise we could have added them to a ignore list with `ignoreWarnings = https://webpack.js.org/configuration` Perhaps something like this is an...
@MichaelArestad would you mind reviewing this? If it works, we can simply merge this. @tobiasljungstrom Thank you for this PR!