BangDori
BangDori
Hello! I'm currently using node v18.18.0, react v18.2.0, react-router-dom v6.22.2 and vite. Previously, icons were rendering without any issues on the FeedMainPage, but they are not rendering correctly on the...
### Summary νκ΅μ΄ 곡μ λ¬Έμ [Using TypeScript](https://react.dev/learn/typescript) νμ΄μ§ λ²μ μ μ ### Page https://react.dev/learn/typescript ### Details μλ νμΈμ! Using TypeScript νμ΄μ§μ λν λ²μμ΄ μλ κ² κ°μμ μ΄ λΆλΆ μ κ° λ²μμ λ§‘μμ μ§νν΄λ...
Currently, the following modules are imported but not used in the code: - [KeyboardAvoiderInsets](https://github.com/iway1/react-native-keyboard-avoider/blob/master/package/src/components/KeyboardAvoiderInsets.tsx#L1-L7) ```js import React from "react"; // βοΈ unused import { useRef } from "react"; import {...
Some edge cases seem to be missing in the current tests for [queryString.exclude()](https://github.com/sindresorhus/query-string/blob/main/test/exclude.js). I'd like to improve the tests would it be okay to submit a PR?
- Fixed a closing tag issue in the [Calendar component example in the README file](https://github.com/wix/react-native-calendars?tab=readme-ov-file#adding-a-global-theme-to-the-calendar), ensuring it renders correctly. - Removed unnecessary indentation to maintain code consistency and improve readability.
- [μμ‘΄μ± μμ μμΉ (DIP)](https://github.com/738/clean-code-typescript?tab=readme-ov-file#%EC%9D%98%EC%A1%B4%EC%84%B1-%EC%97%AD%EC%A0%84-%EC%9B%90%EC%B9%99-dip) report λ³μ μ μΈ ν€μλλ‘ `await`κ° μμ±λμ΄ μμ΄ `const`λ‘ μμ νμμ΅λλ€.
## Summary Fixing a small typo in [Strings.md](https://github.com/facebook/hermes/blob/main/doc/Strings.md). - "... by the the test prefix." -> "... by the test prefix." ## Test Plan