shineout icon indicating copy to clipboard operation
shineout copied to clipboard

高性能React组件库

Results 79 shineout issues
Sort by recently updated
recently updated
newest added

Bumps [jszip](https://github.com/Stuk/jszip) from 3.1.5 to 3.7.0. Changelog Sourced from jszip's changelog. v3.7.0 2021-07-23 Fix: Use a null prototype object for this.files (see #766) This change might break existing code if...

dependencies

## Beep boop. Your images are optimized! Your image file size has been reduced by **18%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...

https://github.com/sheinsight/shineout/blob/3cfe89da15bbef034d967e6e6652a8ec6ffc4e36/src/utils/numbers.ts#L18 我觉得这里应该是减去列比例而不是减去列宽度

I tried writing a unit test code to click drop down item with React testing library. I am not able to make drop items visible. ``` let buttonDropDown = container.querySelector("button");...

related pr: https://github.com/sheinsight/shineout/pull/1253

This affects the package immer before 9.0.6. A type confusion vulnerability can lead to a bypass of https://github.com/advisories/GHSA-9qmh-276g-x5pj when the user-provided keys used in the path parameter are arrays. In...

如题,在本地跑这个项目时,发现和网站上的不一样,ts代码没有转换成js,请问在正式的服务器上是怎么做ts代码转js代码的?

级联组件如果是已经不存在的级联数据会粗暴的直接页面报错了,是不是可以做成类似select 不存在数据显示id什么的