agenta icon indicating copy to clipboard operation
agenta copied to clipboard

antd warning in main page

Open mmabrouk opened this issue 2 years ago • 3 comments

Describe the bug We have multiple warnings because of deprecation from antd in the main page (apps)

Warning: [antd: Menu] `children` will be removed in next major version. Please use `items` instead. [client.js:1:909](webpack://_N_E/node_modules/next/dist/compiled/@next/react-dev-overlay/dist/client.js?4d30)
    error client.js:1
    error next-dev.js:27
    warning warning.js:19
    call warning.js:39
    warningOnce warning.js:44
    warning warning.js:8
    InternalMenu menu.js:57
    React 8
    workLoop scheduler.development.js:266
    flushWork scheduler.development.js:239
    performWorkUntilDeadline scheduler.development.js:533
Warning: [antd: Modal] `visible` will be removed in next major version, please use `open` instead. [client.js:1:909](webpack://_N_E/node_modules/next/dist/compiled/@next/react-dev-overlay/dist/client.js?4d30)
    error client.js:1
    error next-dev.js:27
    warning warning.js:19
    call warning.js:39
    warningOnce warning.js:44
    warning warning.js:8
    Modal Modal.js:57

mmabrouk avatar Jul 28 '23 13:07 mmabrouk

Context for new comers. There is an open PR for solving this warning. However, we were not able to remove the warning for the menu items while keeping the tooltip inside the menu (see the discussion in the PR). Any help is welcome!

mmabrouk avatar Jul 30 '23 08:07 mmabrouk

Hello @mmabrouk . Is this issue open ? If yes, I would like to work on it again. I've previously fixed similar issues in agenta and would love to do the same again.

Sweetdevil144 avatar Oct 09 '23 17:10 Sweetdevil144

Hello @mmabrouk . Is this issue open ? If yes, I would like to work on it again. I've previously fixed similar issues in agenta and would love to do the same again.

@mmabrouk is currently away and not available until mid or late this week. Yes, the issue is open. I'll assign it to you now!

aybruhm avatar Oct 10 '23 00:10 aybruhm