You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In React, I have a page Account that has a MysqlSubscription named accounts
If I create a component Page with another MysqlSubscription name pages and send accountId parameter to it, then use a loop in page Account to render that page, the subscription in Page will not work. (the subscription in Account still works).
In React, I have a page
Account
that has a MysqlSubscription namedaccounts
If I create a component
Page
with another MysqlSubscription namepages
and sendaccountId
parameter to it, then use a loop in pageAccount
to render that page, the subscription inPage
will not work. (the subscription inAccount
still works).If I remove the loop like this:
or use a static array:
the subscription will work again.
The text was updated successfully, but these errors were encountered: