We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8d1be commit 33acaacCopy full SHA for 33acaac
document/07-frontend.ja.md
@@ -82,7 +82,7 @@ CSS だけではなく、各コンポーネントで return されている HTML
82
Web フロントエンドでは、コードの動作を確認したい箇所に`console.debug()`を仕込むことで、実行時の値や状態を確認することができます。例えば`ItemList.tsx`の場合:
83
84
```typescript
85
-export const ItemList: Prop = (props: Prop) => {
+export const ItemList = (props: Prop) => {
86
...
87
useEffect(() => {
88
const fetchData = () => {
0 commit comments