Andre Rabello

Results 6 issues of Andre Rabello

Given this example source code: ```ts const fn = ({ prop } = {}) => prop; ``` Istanbul instruments the code in a way that executing the function always breaks...

## Purpose Speed up development, `webpack` was taking ~60s to build, `Vite` takes ~1s. ## Approach Use `storybook-builder-vite` and change some configs. ## Testing - CI should pass - `yarn...

HOLD

Allow Tooltips to be grouped in a context, so that only one can visible at a time. A context/group can potentially be the whole page. Default behaviour to be decided....

enhancement

Tags that do not accept children, like `input`, should be self closing. ![image](https://user-images.githubusercontent.com/18623773/110116831-fd753d80-7daf-11eb-9904-c368c95bc926.png) Desired: ``

documentation

Currently core stories (that render HTML as a React component, kinda hacky) do not work as Canvas or iFrames: - https://onfido.github.io/castor/?path=/story/core-button--playground - https://onfido.github.io/castor/iframe.html?id=core-button--playground&viewMode=story Which means that Visual Regression tests for...

bug

## Purpose Reintroduce transitions where previously removed. ## Testing Storybook, should be exactly the same as before. Then add `--ods-transition-property: 0.5s` to the story iframe's `html` and assert duration has...