Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release:2023/8/28 #81

Merged
merged 89 commits into from
Aug 27, 2023
Merged

Release:2023/8/28 #81

merged 89 commits into from
Aug 27, 2023

Conversation

Yuma-Satake
Copy link
Contributor

No description provided.

Yuma-Satake and others added 27 commits August 26, 2023 10:31
feat: useEffectの依存配列エラーを無視するように修正
fix:レイアウトの変更
feat: 迫真リファクタ部
@Yuma-Satake Yuma-Satake self-assigned this Aug 27, 2023
};

export const BattleAction: FC<Props> = ({ monster, eatCount, open, emotionData, closeClick }) => {
const [monsterimg, setmonsterimg] = useState('');

Check warning

Code scanning / ESLint

Disallow unused variables Warning

'monsterimg' is assigned a value but never used.

export const BattleAction: FC<Props> = ({ monster, eatCount, open, emotionData, closeClick }) => {
const [monsterimg, setmonsterimg] = useState('');
const [yagiimg, setyagiimg] = useState('');

Check warning

Code scanning / ESLint

Disallow unused variables Warning

'yagiimg' is assigned a value but never used.
@Yuma-Satake Yuma-Satake merged commit 12e02e2 into main Aug 27, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants