sharkio-dev / sharkio

Sharkio is an API proxy for your development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.
https://sharkio.dev/
MIT License
5 stars 1 forks source link

bug: update Attribute Names fill-rule and clip-rulclipe to fillRule and clipRulclipe for React Compatibility #213

Closed OshriAsulin closed 1 year ago

OshriAsulin commented 1 year ago

Expected Behavior: After implementing this change, the attribute names within the project's codebase will follow the camelCase naming convention, aligning with React's expectations. This will prevent potential issues and confusion when using these attributes in React components.

Additional Context: React requires attribute names to follow the camelCase convention to facilitate compatibility and maintain clean code practices. Failing to adhere to this convention can lead to unexpected behavior and errors in React applications.