Skip to content
Advertisement

Tag: solid-js

SolidJS: “Unrecognized value”

I am able to receive the JSON value from the API path just fine. Flask Code SolidJS The “Go” button sets the web_orders signal to an object with the name data That triggers the cats_matches resource to run fetchCatsMatches() I call {cats_matches()} on the page just to dump the data This shows correctly “[Object object]” if I return a List

Advertisement