-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Closed as duplicate of#11398
Description
Vue version
Latest master @8bd9cdb. Last tag: 3.5.13
Link to minimal reproduction
Steps to reproduce
Open the link, see Firefox and Chrome error out because intersection was called on an incompatible receiver
What is expected?
No error
What is actually happening?
Browser error
System Info
System:
OS: Linux 5.15 Ubuntu 22.04.4 LTS 22.04.4 LTS (Jammy Jellyfish)
CPU: (16) x64 AMD Ryzen 7 PRO 6850HS with Radeon Graphics
Memory: 9.68 GB / 15.28 GB
Container: Yes
Shell: 5.1.16 - /bin/bash
Binaries:
Node: 22.14.0 - ~/.nvm/versions/node/v22.14.0/bin/node
Yarn: 3.3.0 - ~/.nvm/versions/node/v22.14.0/bin/yarn
npm: 10.9.2 - ~/.nvm/versions/node/v22.14.0/bin/npm
bun: 1.2.3 - ~/.bun/bin/bun
Browsers:
Chrome: 126.0.6478.55
npmPackages:
vue: ^3.5.13 => 3.5.13Any additional comments?
Firefox error is: CallSetMethodIfWrapped method called on incompatible Proxy
Chrome error is Method Set.prototype.intersection called on incompatible receiver #<Set>
It is worth noting that this seems to be a browser problem and not a vue problem
It also happens with any proxified set:
Maybe we need to special handle these cases?
Metadata
Metadata
Assignees
Labels
No labels