DioxusLabs / DioxusLabs/dioxus
Cannot find value `crossorigin` in this scope, not found in this scope
Open
bug
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**Problem**
There is an error when using crossorigin attribute in document:Link
```
document::Link {
rel: "preconnect",
href: "https://fonts.gstatic.com",
crossorigin,
}
```
**Expected behavior**
Not error should happen
**Screenshots**
**Environment:**
- Dioxus version: dioxus 0.6.3
- Rust version: rustc 1.86.0
- OS info: macos 26.0
- App platform: web
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.