• crucytor

    (@crucytor)


    I’m using WordPress 5.7.1 and getting the following warnings in the developer console:

    Warning: Invalid DOM property spellcheck. Did you mean spellCheck?
        in textarea (created by TextareaAutosizeClass)
        in TextareaAutosizeClass (created by ForwardRef)
        in ForwardRef (created by ForwardRef)
        in ForwardRef (created by ForwardRef)
        in ForwardRef (created by shortcoderBlock)
        in div (created by shortcoderBlock)
        in shortcoderBlock (created by WithInstanceId(shortcoderBlock))
    Warning: Unsupported style property font-family. Did you mean fontFamily?
        in textarea (created by TextareaAutosizeClass)
        in TextareaAutosizeClass (created by ForwardRef)
        in ForwardRef (created by ForwardRef)
        in ForwardRef (created by ForwardRef)
        in ForwardRef (created by shortcoderBlock)
        in div (created by shortcoderBlock)
    Warning: Invalid DOM property class. Did you mean className?
        in button (created by shortcoderBlock)
    Warning: Unsupported style property border-radius. Did you mean borderRadius?
        in div (created by shortcoderBlock)
        in shortcoderBlock (created by WithInstanceId(shortcoderBlock))

The topic ‘JS-Warnings in Console’ is closed to new replies.