tiny-ant

Results 5 issues of tiny-ant

the `String` constructor will throws: ```javascript var obj = Object.create(null); String(obj) ``` consider using `Object.prototype.toString` will fix this.

assign since `isObject(Object.create(null))` returns false, functions in radash like `assign` or `keys` do not match the real case in some business. It's a common situation that we should create a...

**Describe the bug** I'm using rsbuild to optimize the build performance, but react-spaces interupt the compile process and throw the following errors: ``` .../node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/react-spaces/dist/es/index.js:1:1 × ESModulesLinkingError: export 'unstable_useOpaqueIdentifier' (imported as...

whistle抓不到自己composer的包

I'm trying to solve a bug caused by the controlled `value` props from parent (in some case the cursor jumps to the start of line, in some other cases it...