weavy / weavy-uikit-web

Web components UIKit for Weavy.
MIT License
2 stars 0 forks source link

Weavy has no construct signatures #1

Closed tranphita closed 6 months ago

tranphita commented 6 months ago

After installing npm install @weavy/uikit-web and setting up the service as described in the guide https://www.weavy.com/docs/frameworks/angular#install-uikit-web, I encountered the following error: "This expression is not constructable. Type 'typeof import(".../node_modules/@weavy/uikit-web/dist/types/index")' has no construct signatures

error

klasjersevi commented 6 months ago

Thanks for the report. This has been changed to a named import.

import { Weavy } from "@weavy/uikit-web";

We will update the documentation. Sorry for the inconvenience.