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
{{ message }}
This repository was archived by the owner on Dec 4, 2022. It is now read-only.
I'm seeing some warnings from React being emitted in the editor which are emanating from carousel.js:
Warning: Invalid DOM property stroke-width. Did you mean strokeWidth?
Warning: Invalid DOM property stroke-linejoin. Did you mean strokeLinejoin?
Warning: Invalid DOM property stroke-linecap. Did you mean strokeLinecap?
Warning: React does not recognize the outsetArrows prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase outsetarrows instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Warning: Received false for a non-boolean attribute rtl. If you want to write it to the DOM, pass a string instead: rtl="false" or rtl={value.toString()}. If you used to conditionally omit it with rtl={condition && value}, pass rtl={condition ? value : undefined} instead.
Warning: Invalid DOM property class. Did you mean className?
Warning: Received false for a non-boolean attribute group. If you want to write it to the DOM, pass a string instead: group="false" or group={value.toString()}. If you used to conditionally omit it with group={condition && value}, pass group={condition ? value : undefined} instead.
Warning: Invalid DOM property tabindex. Did you mean tabIndex?
I'm seeing some warnings from React being emitted in the editor which are emanating from
carousel.js:stroke-width. Did you meanstrokeWidth?stroke-linejoin. Did you meanstrokeLinejoin?stroke-linecap. Did you meanstrokeLinecap?outsetArrowsprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercaseoutsetarrowsinstead. If you accidentally passed it from a parent component, remove it from the DOM element.falsefor a non-boolean attributertl. If you want to write it to the DOM, pass a string instead:rtl="false"orrtl={value.toString()}. If you used to conditionally omit it withrtl={condition && value}, passrtl={condition ? value : undefined}instead.class. Did you meanclassName?falsefor a non-boolean attributegroup. If you want to write it to the DOM, pass a string instead:group="false"orgroup={value.toString()}. If you used to conditionally omit it withgroup={condition && value}, passgroup={condition ? value : undefined}instead.tabindex. Did you meantabIndex?