Fork me on GitHub
#cljs-dev
<
2022-09-28
>
shaunlebron22:09:56

Are ^js/React.Element tags accidentally working in macros somehow? https://github.com/lilactown/helix/blob/7b91dd1026eeb278abed52ecec88c4aad0660def/src/helix/core.clj#L66-L79 I’m expecting ^js/React.Element to be evaluated when (provider) is, and therefore the meta tag should be whatever js/React.Element evaluates to (not the literal symbol).