Cal Freitas

Results 5 issues of Cal Freitas

Can you please add a license to your repository? Having an explicit license helps provide clarity in cases where people want to use your repository, but have to verify the...

In the generated code for components, I'm running into a problem due to our TypeScript configuration disallowing implicit `any`. The error I get when running `tsc` as part of our...

waiting response

add doctype to example code

## Overview When migrating from `@dotlottie/[email protected]` to `@lottiefiles/[email protected]`, our gzipped bundle size for pages including `DotLottieReact` has increased by 30.3kb (min+gzip). ## Motivation > What inspired this enhancement? What makes...

bug
react
stale

The doctype is required at the top of HTML5 documents and without it browsers can make odd rendering decisions. It can be helpful to have this in case folks try...