kobaltedev / kobalte

A UI toolkit for building accessible web apps and design systems with SolidJS.
https://kobalte.dev
MIT License
1.28k stars 74 forks source link

error after upgrade @kobalte/core to 0.13.5 from 0.13.4 #476

Closed MisileLab closed 2 months ago

MisileLab commented 2 months ago

Describe the bug I can't build after upgrade.

To Reproduce Steps to reproduce the behavior:

  1. clone https://github.com/misilelab/portfolio
  2. build failed when kobalte/core is 0.13.5
  3. build success when kobalte/core is 0.13.4

Expected behavior Just build

Error

https://gist.github.com/MisileLab/e3ea2f190b2a14fc45c1490a1fc7a016

Desktop (please complete the following information):

MisileLab commented 2 months ago

its virus, according to virustotal

comment that contains virus removed

madaxen86 commented 2 months ago

@jer3m01 : Don't know if this is related. I get Uncaught SyntaxError: The requested module ...@kobalte+utils@0.9.0_solid-js@1.8.21/node_modules/@kobalte/utils/dist/index.js' does not provide an export named 'getPrecision'

When I use the ColorMode component. Works fine with 0.13.4 but errors with 0.13.5

Fun fact: The error origins in the number-field-root.tsx where it import getPrecision from @kobalte/utils is not available. This function is not exported from this package.

https://stackblitz.com/edit/github-of4rc2?file=src%2Fapp.tsx

apatrida commented 2 months ago

Same here, blocking bug, 0.13.5 is bad build.

apatrida commented 2 months ago

Yay, new build incoming!