[BUG] console log warning
Describe the bug.
There is a console log warning when i first log into the localhost after running npm run dev
Expected behavior
A good deployed website should have no react warning in the console log. This can be easily solved by folowing react naming convention
Screenshots
How to Reproduce
- I first cloned the repository after forking it
- npm install
- npm run dev
- check the console.log
🖥️ Device Information [optional]
- Operating System (OS):
- Browser:
- Browser Version:
👀 Have you checked for similar open issues?
- [x] I checked and didn't find similar issue
🏢 Have you read the Contributing Guidelines?
- [x] I have read the Contributing Guidelines
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
The issue is coming from SVG attributes that use hyphen-case
(e.g., stroke-linecap, etc..`). React expects these to be written in camelCase, so they should be
strokeLinecap, and like that...
and you can see the console shows warnings on your side and not mine!
that's true. i already created a pr for this weeks ago, but I want to check again to make sure.
created this issue for the sake of good documentation :) issue -> pr -> merged
Hey! I’m interested in contributing and would like to work on this issue. Can you please assign it to me? I’ll follow the project guidelines and submit a proper PR.
sooo what do you think @princerajpoot20 ? do i need to change anything?
@Dsp023 do you guys even follow the conversation or just spam "i'd like to contribute to this issue" everywhere?
@tim48-robot FYI: https://github.com/asyncapi/website/pull/4661#issuecomment-3692370000