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

feat(react): useBeforeUnload 훅 추가 #604

Merged
merged 4 commits into from
Nov 25, 2024
Merged

Conversation

ssi02014
Copy link
Contributor

@ssi02014 ssi02014 commented Nov 25, 2024

Overview

feat(react): useBeforeUnload 훅 추가

PR Checklist

  • All tests pass.
  • All type checks pass.
  • I have read the Contributing Guide document.
    Contributing Guide

@ssi02014 ssi02014 added feature 새로운 기능 추가 @modern-kit/react @modern-kit/react labels Nov 25, 2024
@ssi02014 ssi02014 self-assigned this Nov 25, 2024
@ssi02014 ssi02014 linked an issue Nov 25, 2024 that may be closed by this pull request
2 tasks
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

Attention: Patch coverage is 86.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 97.01%. Comparing base (33cf068) to head (ad98d3b).
Report is 94 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #604      +/-   ##
==========================================
- Coverage   97.41%   97.01%   -0.41%     
==========================================
  Files         164      174      +10     
  Lines        1470     1573     +103     
  Branches      361      392      +31     
==========================================
+ Hits         1432     1526      +94     
- Misses         34       42       +8     
- Partials        4        5       +1     
Components Coverage Δ
@modern-kit/react 94.77% <ø> (-0.44%) ⬇️
@modern-kit/utils 99.58% <ø> (-0.42%) ⬇️
---- 🚨 Try these New Features:

Copy link

changeset-bot bot commented Nov 25, 2024

🦋 Changeset detected

Latest commit: ad98d3b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@modern-kit/react Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ssi02014 ssi02014 merged commit 8ce270c into main Nov 25, 2024
3 checks passed
@ssi02014 ssi02014 deleted the feat/useBeforeUnload branch November 25, 2024 10:55
@ssi02014 ssi02014 changed the title feat(react): useBeforUnload 훅 추가 feat(react): useBeforeUnload 훅 추가 Nov 25, 2024
@github-actions github-actions bot mentioned this pull request Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 추가 @modern-kit/react @modern-kit/react
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: useBeforeUnload
1 participant