top1052
@top10525210
Reviews Written
7
Average Rating
5.0
Posts
Q&A
ํ๋ก์ ์ ์ค์ ํ๋๋ฐ๋ 404 ์ค๋ฅ ๋จ๋ ๋ถ๋ค
ํฌ๊ธฐํ ๋ป..
- 5
- 6
- 765
Q&A
๊ทธ๋๋ก ๋ฃ์ผ๋ฉด map์ ์ฐพ์ง ๋ชปํ๋ค๋ ์ค๋ฅ๊ฐ ๋์ต๋๋ค
์ ๋ map์ด undefined๋ผ๊ณ ๋์์ํ์ฐธ ์ฐพ์๋๋ฐ, ๋ค๋ฅธ ๊ณณ ์คํ์์ด์;;notifications:[], //๋น ๋ฐฐ์ด ์ฌ๊ธฐ์ s ๋นผ๋์;;import React from "react"; import Notification from "./Notification"; const reservedNotifications = [ { message:"์๋ , ์ค๋ ์ผ์ ์", }, { message:"๊ณง ์ ์ฌ์์ฌ ์๊ฐ์ด์ผ", }, { message:"๋ฏธํ ์ด ์์๋๋ค", }, ] var timer; class NotificationList extends React.Component { constructor(props){ super(props); this.state = { notifications:[], //๋น ๋ฐฐ์ด } } componentDidMount(){ const {notifications} = this.state; timer = setInterval(() => { if(notifications.length {this.state.notifications.map((notification) => { return })} ) } } export default NotificationList;
- 1
- 2
- 449
Q&A
์ฝ๋ ์ค๋ฅ
self ๋ถ๋ถ์ด ๋น ์ง๊ฑฐ ๊ฐ์์FlyableAttackUnit.__init__(self, "๋ ์ด์ค", 80, 20, 5)FlyableAttackUnit.__init__(self, "๋ ์ด์ค", 80, 20, 5)
- 0
- 2
- 353




