You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this version was written muuri had no type declaration so I created them in a .d.ts file which was not included in the bundle by mistake. (This is why you see the local import "import type { } from ../muuri").
In this period I have very little free time but I will try to solve it as soon as possible.
This library is great and loving it so far!
I am receiving the following error when using the
dragPlaceholder.createElement
property:It is included and exported from the
muuri.d.ts
file but that is not included in thedist/
directory.https://github.com/Paol-imi/muuri-react/blob/f31c84771cf9fa2d66c12cf5b0dde6d6e090b400/src/muuri.d.ts#L341
Here is the code I am using according to the docs:
I also through together a CodeSandbox where you can see the error here: https://codesandbox.io/s/sad-sid-ovx9s?file=/src/App.tsx:1117-1185
The text was updated successfully, but these errors were encountered: