react-figma
react-figma copied to clipboard
📦 NEW: Add strict variables in tsconfig
Hello, this PR is solving Issue #128. In this PR, I added different strict mode variables like: ✅ noImplicitAny ✅ noImplicitThis ✅ strictNullChecks ✅ strictPropertyInitialization ✅ alwaysStrict
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| react-figma | ✅ Ready (Inspect) | Visit Preview | Oct 3, 2022 at 6:46PM (UTC) |
@ilyalesik I opened the PR around eight days ago. Kindly have a look at it.
@meerhamzadev hey! CI/CD fails on test and typescript (npm run test and npm run tsc commands), please take a look
Hey @ilyalesik, This is due to the strict variables, I added in the tsconfig file. The code is throwing warnings due to strict mode.