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