Closed rrreche closed 5 years ago
Hi @rrreche. This looks rather like a SO topic, but OK. At first, format the stack trace and your code.
Hi @rrreche. This looks rather like a SO topic, but OK. At first, format the stack trace and your code.
Done, I had it formatted originally but I edited and messed it up, and I had to go. Sorry for the inconvenience. I 'll post it over at SO too and see if someone can help me there.
No problem, really. You've done a named export with export const DeploySchema = ...
, but imported the default export with import DeploySchema from ...
. Simply correct the import.
My bad. And here I was cursing the world. Absolute noob. My apologies and thank you very much. If you got any Monero address I'll gladly tip a beer.
Hi there! I am having troubles integrating a simple example into my app.
The trace:
Component:
The schema:
The form:
Since it is so simple, I think there might some kind of bug here, but I am struggling to find a workaround. My package.json: