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
This suppressed the error but my text was still not formatted.
Perhaps a separate issue, I noticed that even if my file was renamed to Landing.js, the text was still not formated. Perhaps this is related to something else... 🤔 (I haven't encountered problems with other components TextInput, Field, yet though)
For context, I'm using aragin UI in a vanilla create-eth-app.
The text was updated successfully, but these errors were encountered:
In my
Landing.tsx
file:I get the error:
I tried to add the type declaration in my
.d.ts
file (taken from here):This suppressed the error but my text was still not formatted.
Perhaps a separate issue, I noticed that even if my file was renamed to
Landing.js
, the text was still not formated. Perhaps this is related to something else... 🤔 (I haven't encountered problems with other componentsTextInput
,Field
, yet though)For context, I'm using aragin UI in a vanilla create-eth-app.
The text was updated successfully, but these errors were encountered: