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 Jul 28, 2023. It is now read-only.
Because we're extracting the
wp-attributes only on the server-side rendered HTML, if a component contains a directive, it won't work:I think we need to move everything to
options.vnode. I'll open a PR to investigate.