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 Jan 10, 2024. It is now read-only.
The Blocks app uses React, but it communicates with individual blocks using iframes and message passing, so there is no inherent reason that Blocks must be written with React. At the moment only React is supported in this template, but we're working right now on generalizing it to other frameworks or just plain JavaScript.
=> JSX.Element;
I am surprised to find the requisition is to use
REACT
I would rather see that you export to standardHTMLElement
like web components are.Do you plan to support the standard or is
react
given? ...wc would allow us to use it in any given js framework not only react.The text was updated successfully, but these errors were encountered: