You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
When rendering an element, allow passing a list of props which are merged from into a single table from right to left.
e.g.:
{ { prop1: 1 }, { prop1: 2, prop2: “hello” } }
would resolve to{ prop1: 2, prop2: “hello” }
Use case: In addition to custom props, pass in element or component specific theme/context props in one expression instead of many lines.
The text was updated successfully, but these errors were encountered: