Steve Johns
Steve Johns
I was wanting to animate the `y` attribute on an SVG text element, but found that contrary to the documentation, it resulted in a `translateY` transform animation. I did some...
When using this package with AWS Lambda, the size of the zipped lambda is bloated by the inclusion of the aws-sdk package, which is already installed on the Lambda servers....
If I run [Lighthouse](https://developer.chrome.com/docs/lighthouse/) on our pagination component, Lighthouse complains that `List items () are not contained within or parent elements.`: AFAIK the 'navigation' role overrides the natural 'list' role...