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
Hey! Love this project in a major way! While tinkering around I noticed that the data-prop-propname attributes are ignored on the script tag. Can this be allowed?
Also, by accident I noticed that habitat will pull in ALL props defined in a script tag document-wide. Is this by design? Maybe we could pass a selector for the props instead of assuming all JSON in script tags belong to habitat?
... Now I have to say "All your JSONs are belong to us!" ... sorry if you don't get the reference. 😜
@niccross Did you find any solution to this? I'm also looking for inline set to true and props on script tag. Otherwise, we can use it the below way by wrapping the script tag in a div and defining props on that.
Hey! Love this project in a major way! While tinkering around I noticed that the
data-prop-propname
attributes are ignored on the script tag. Can this be allowed?Also, by accident I noticed that habitat will pull in ALL props defined in a script tag document-wide. Is this by design? Maybe we could pass a selector for the props instead of assuming all JSON in script tags belong to habitat?
... Now I have to say "All your JSONs are belong to us!" ... sorry if you don't get the reference. 😜
The text was updated successfully, but these errors were encountered: