Dylan
Dylan
```javascript function rgbToHex(rgbStr) { if (typeof rgbStr !== 'string') { throw new Error('Invalid RGB string'); } let _rgbStr = rgbStr.replace(/\s/g, ''); const regex = /^rgb\((\d+),(\d+),(\d+)\)$/; const matched = _rgbStr.match(regex); if...
```javascript const ary = [10, 21, 0, -7, 35, 7, 9, 23, 18]; function getIndex(ary) { const result = ary.reduce( (acc, cur, index) => acc.value > cur && cur >...
can someone merge this?
any update?
> Could Confirm that the error is only happening on `client` side, and the [workaround](https://github.com/getsentry/sentry-javascript/issues/12515#issuecomment-2186232236) provided by [@falfituri](https://github.com/falfituri) is working ! Here's my setup for `nuxt 3` based on https://www.lichter.io/articles/nuxt3-sentry-recipe....
> This problem should be caused by vite upgrade Even if I use vite v5.4.14, I still encounter this issue
> You can use the following method to avoid this problem > > ``` > > test group > > ``` yes, as long as I don’t use 'group', I...
i need this
I'm also facing this problem. is there any solution for this lib?