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

Update deprecated keyboard event props #697

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

chilled-capybara
Copy link

Fixes #696.

Typescript doesn't contain the defintions for event.key so these have been done as strings.
This could possibly be achieved by adding support in rc-util or using something like ts-key-enum.

I've updated the relevant commented-out code just to ensure the meaning isn't lost. Also, I've run prettier on the files I've worked on, the unrelated changes are in a dedicated commit.

Copy link

vercel bot commented Dec 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
picker ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2023 10:41pm

Copy link

codecov bot commented Dec 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (09b3ab1) 98.94% compared to head (a2de18e) 98.94%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #697   +/-   ##
=======================================
  Coverage   98.94%   98.94%           
=======================================
  Files          56       56           
  Lines        2458     2458           
  Branches      747      740    -7     
=======================================
  Hits         2432     2432           
  Misses         24       24           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@afc163
Copy link
Member

afc163 commented Jan 30, 2024

Conflicted

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.

Deprecated event.which property
2 participants