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 is my day 2 with react-admin - really appreciate the clear yet comprehensive and friendly tutorial and how readable the code is, compared to barebones React and Refine. In the spirit of the improving something already excellent, here is a cosmetic issue to fix:
We have a bunch of URLs displayed in the Users list - the first one points to http://localhost:5173/demarco.info - I believe this is happening because it is interpreted as a relative URL. I tried to add the prefix http:// in the custom MyUrlField component and it fixed the problem. If you accept this as an issue, I can send a PR with that modification.
The text was updated successfully, but these errors were encountered:
really appreciate the clear yet comprehensive and friendly tutorial and how readable the code is,
Thanks! We really appreciate the feedback.
You're right, the custom MyUrlField needs a http in front of the src. We'll gladly accept a fix on the Getting Started tutorial and in the examples/tutorial/src/MyUrlField file.
This is my day 2 with react-admin - really appreciate the clear yet comprehensive and friendly tutorial and how readable the code is, compared to barebones React and Refine. In the spirit of the improving something already excellent, here is a cosmetic issue to fix:
We have a bunch of URLs displayed in the Users list - the first one points to
http://localhost:5173/demarco.info
- I believe this is happening because it is interpreted as a relative URL. I tried to add the prefixhttp://
in the custom MyUrlField component and it fixed the problem. If you accept this as an issue, I can send a PR with that modification.The text was updated successfully, but these errors were encountered: