-
# Issue template
You can donate or became a sponsor [https://opencollective.com/react-google-maps-api#category-CONTRIBUTE](https://opencollective.com/react-google-maps-api#category-CONTRIBUTE)
I…
-
Please provide:
- Code Connect CLI version - "@figma/code-connect": "^1.0.3",
- Code Connect file, Figma design and/or relevant code snippet that could help us get more context
- If you prefer …
-
All the fields in the following script are reported as dead:
```rescript
@deriving({abstract: light})
type person = {
name: string,
age: int,
}
let joe = person(~name="Joe", ~age=20)
l…
-
非推奨なので、React.FCとかに置き換える
-
![image](https://user-images.githubusercontent.com/18700451/31765425-ef4b7e56-b489-11e7-94db-851bb22c851c.png)
-
### Element UI version
2.13.2
### OS/Browsers version
mac
### Vue version
2.6.11
### Reproduction Link
https://jsfiddle.net/mmx38qxw/
### Steps to reproduce
clone 本地后 install,之后ru…
-
**Is your feature request related to a problem? Please describe**
When using `showCode` inside storybook canvas, the code section renders properly but currently skips false boolean prop. For example:…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and my issue is unique
- [X] My issue appears in the command-line and not only in the text editor
### Descript…
-
1. 코드를 살펴보면, 전역 데이터라고 생각한 todos는 리덕스를 사용하였고, AddTodo에서 직접 입력 받는 값인 title과 contents는 이전처럼 useState를 사용했습니다. title과 content또한 리덕스로 관리하는 것이 useState를 이용하는 것보다 나은 방법인지 궁금합니다.
2. TodoList 컴포넌트에서 Todo…