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: add defaults for dom util methods #263

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

psychedelicious
Copy link
Contributor

  • Using document retains the behaviour from v1.0.7
  • Widened type on each to ParentNode | HTMLElement (document requires ParentNode)

Closes #262

- Using `document` retains the behaviour from v1.0.7
- Widened type on each to `ParentNode | HTMLElement` (`document` requires `ParentNode`)
Copy link

vercel bot commented Jan 12, 2024

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

Name Status Preview Comments Updated (UTC)
react-resizable-panels ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 12, 2024 0:12am

@bvaughn bvaughn merged commit 478b42b into bvaughn:main Jan 12, 2024
7 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.

Feature Request: Add default values for dom util methods
2 participants