Lionel Bertrand
Lionel Bertrand
* Currency name: Lightning Bitcoin * Symbol: LBTC * Website: https://lightning.network/ * Theme color: #f79413 * Logo (SVG format): https://commons.wikimedia.org/wiki/File:Bitcoin_lightning_logo.svg
`testID` usage for Input component not add data-testid on dom. work for Button but not Input
 I will added later a repoductible repo
When install it globaly, not found `@changesets/cli` ```bash $ yarn global add [email protected] @changesets/[email protected] $ changesets-gitlab ::set-output name=published::false ::set-output name=publishedPackages::[] setting git user [command]/usr/bin/git config user.name ****** [command]/usr/bin/git config user.email...
On my project, ref is null before not null, so getBoundingClientRect throw error
**Is your feature request related to a problem? Please describe.** In V6, in my code i used RequestEffect for update cache when POST request success ```ts client.addEffect( new RequestEffect({ effectKey:...