DioxusLabs / DioxusLabs/dioxus

Cannot find value `crossorigin` in this scope, not found in this scope

Open
#4,482 2 comments 0 reactions 0 assignees View on GitHub
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**

Image

**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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.