стреляется правильный акк, удаляются все слушатели ЦС компонента
This commit is contained in:
parent
39379e8bda
commit
ec93f8a052
@ -53,7 +53,7 @@ export default function App() {
|
||||
});
|
||||
|
||||
useUserAccountFetcher({
|
||||
url: "https://squiz.pena.digital/customer/account",
|
||||
url: "https://squiz.pena.digital/squiz/account",
|
||||
userId,
|
||||
onNewUserAccount: setUserAccount,
|
||||
onError: (error) => {
|
||||
|
||||
@ -111,6 +111,8 @@ export const usePopper = ({
|
||||
);
|
||||
});
|
||||
|
||||
cy?.removeAllListeners()
|
||||
|
||||
nodesInView.toArray()?.forEach((item) => {
|
||||
const node = item as NodeSingularWithPopper;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user