Skip to content

Conversation

@camchis
Copy link

@camchis camchis commented Jan 26, 2026

Fixes #1184

When a prop on a fabric view is removed it's value returns null rather than undefined, this causes issues on optional types in Nitro where only undefined and explicitly specified values are accepted

These changes allow an optional to accept a null value which will be mapped to std::nullopt

If an optional has null specified as an accepted type then this will not be affected by these changes and you will still have distinction between null and undefined values if needed

@vercel
Copy link

vercel bot commented Jan 26, 2026

@camchis is attempting to deploy a commit to the Margelo Team on Vercel.

A member of the Team first needs to authorize it.

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.

Error when assigning undefined to optional view property

1 participant