AFFiNE icon indicating copy to clipboard operation
AFFiNE copied to clipboard

After updating to 0.15.7, tag tags can't be added properly.

Open jerry-f opened this issue 1 year ago • 3 comments

What happened?

After updating to version 0.15.7, it is not possible to add tags properly.

The console has an alert error message when the tab is opened:

react-dom.development.js:86 Warning: Received `false` for a non-boolean attribute `focused`.

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

If you used to conditionally omit it with focused={condition && value}, pass focused={condition ? value : undefined} instead.
    at div
    at div
    at div
    at eval (webpack-internal:///../../../node_modules/@radix-ui/react-primitive/dist/index.mjs:35:13)
    at eval (webpack-internal:///../../../node_modules/@radix-ui/react-scroll-area/dist/index.mjs:112:13)
    at _c2 (webpack-internal:///../component/src/ui/scrollbar/scrollable.tsx:36:101)
    at div
  ....

Distribution version

Windows x64

What browsers are you seeing the problem on if you're using web version?

No response

Are you self-hosting?

  • [ ] Yes

Relevant log output

Browser name and version: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Anything else?

Browser name and version

jerry-f avatar Jul 24 '24 15:07 jerry-f

Issue Status: 💡 Open

💡 Open

We want to implement the fix or feature in the near future. We can’t promise it will appear in the next public release, but it’s on our short list.

This is an automatic reply by the bot.

affine-issue-bot[bot] avatar Jul 24 '24 15:07 affine-issue-bot[bot]

You guys didn't notice this problem, have you fixed it yet?

jerry-f avatar Jul 29 '24 02:07 jerry-f

Apologies for the delayed response. We are currently addressing this issue and it will be fixed in an upcoming stable release.

JimmFly avatar Jul 31 '24 07:07 JimmFly

fixed in 0.16.0

forehalo avatar Aug 09 '24 06:08 forehalo