scttcper / ngx-color

🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
https://ngx-color.vercel.app
MIT License
436 stars 55 forks source link

Cannot find module 'ngx-color/chrome' or its corresponding type declarations. #370

Closed Lucilor closed 2 years ago

Lucilor commented 2 years ago

Got this error after upgarding to ngx-color@8.0.0. I have to copy the chrome folder from previous version to make it work.

spicemix commented 2 years ago

I don't get

import { ColorCircleModule } from 'ngx-color/circle';

Either. Broken release.

Timebutt commented 2 years ago

Same here, looks like all sub exports have not been published in this release.

scttcper commented 2 years ago

circleci seems to be having some issues, but it should be fixed whenever it runs

scttcper commented 2 years ago

:tada: This issue has been resolved in version 8.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

spicemix commented 2 years ago

Huh this report I'm editing over is probably something on my end this dependency just tripped up. Until I learn otherwise, ignore this thanks.

(For the curious, I needed to add @babel/runtime to my deps, for some reason I got by without it until this upgrade)