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 was archived by the owner on May 19, 2025. It is now read-only.
Regexp currently used for matching parts (/\{[a-z0-9_]+\}/gi) of the path which should be bound to element's properties does not match some special cases like property_$. I'd expect this regexp to match all valid property names.
Regexp currently used for matching parts (
/\{[a-z0-9_]+\}/gi) of the path which should be bound to element's properties does not match some special cases likeproperty_$. I'd expect this regexp to match all valid property names.