l9c
l9c
TypeError raised on JavaScriptObfuscator.obfuscate ## Expected Behavior ## Current Behavior TypeError: [].values is not a function at _getContainerActivationsForService (/appbuild/project_root/node_modules/inversify/src/resolution/resolver.ts:203:99) at _onActivation (/appbuild/project_root/node_modules/inversify/src/resolution/resolver.ts:133:33) at /appbuild/project_root/node_modules/inversify/src/resolution/resolver.ts:115:16 at _resolveInScope (/appbuild/project_root/node_modules/inversify/src/resolution/resolver.ts:100:12) at _resolveBinding (/appbuild/project_root/node_modules/inversify/src/resolution/resolver.ts:110:10)...
https://github.com/facebook/lexical/blob/bbd22e1abd5726279d4f7a1bd37d346143d57804/packages/lexical-selection/src/lexical-node.ts#L68-L93 ``` const textNode = $createTextNode("test"); const clone = $cloneWithProperties(textNode); console.log(textNode.getKey(), clone.getKey()); //outputs: 16 16 ```
### Version 1.46.0 ### Steps to reproduce npm init playwright@latest playwright-test cd playwright-test npx playwright test --ui ### Expected behavior expect screenshot images shown in timeline for all browsers ###...