Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't perform a React state update on an unmounted component #55

Open
indykoning opened this issue Nov 24, 2020 · 0 comments
Open

Can't perform a React state update on an unmounted component #55

indykoning opened this issue Nov 24, 2020 · 0 comments

Comments

@indykoning
Copy link

After folowing the installation steps on Akeneo 4.0.73, adding an attribute with the table type.
And adding this new attribute to a product group and family

The attributes tab while enriching a product is completely empty. with no other messages in the console other than:

Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
    in AnnouncementList (created by Panel)

If i were to remove this attribute or select a product which does not have this attribute this message does not appear and all of the attributes load as normal.

I have tried this using the 4.0.1 and dev-master (75d97db) and in both cases this error/warning appears.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant