Skip to content

Conversation

ywiyogo
Copy link
Contributor

@ywiyogo ywiyogo commented Dec 14, 2024

Running dx serve --fullstack in fullstack-auth returns several compiler errors:

[cargo] error[E0432]: unresolved import `web_sys::DomRectReadOnly`
  --> packages/web/src/events/visible.rs:11:28
   |
11 | use web_sys::{CustomEvent, DomRectReadOnly, Event, IntersectionObserverEntry};
   |                            ^^^^^^^^^^^^^^^ no `DomRectReadOnly` in the root

This feature activation of web-sys should resolve the issue.

Copy link
Member

@jkelleyrtp jkelleyrtp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@jkelleyrtp jkelleyrtp merged commit 0a72cba into DioxusLabs:main Jan 7, 2025
15 of 17 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.

2 participants