toeverything / AFFiNE

There can be more than Notion and Miro. AFFiNE(pronounced [ə‘fain]) is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.

Home Page:https://affine.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug]: Low priority console warning React does not recognize the `isDisabled`

Proful opened this issue · comments

Describe the bug

Warning: React does not recognize the isDisabled prop on a DOM element.

To Reproduce

Warning#1
task.js:61 Warning: React does not recognize the isDisabled prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase isdisabled instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Warning#2
Warning: Received true for a non-boolean attribute active.

If you want to write it to the DOM, pass a string instead: active="true" or active={value.toString()}.

Screenshots

No response

Expected behavior

No response

Platform

No response

Browser

No response

Additional context

No response