We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dist folder does not have the murri.d.ts file in the types folder but it is references in other files like item.d.ts
murri.d.ts
https://github.com/Paol-imi/muuri-react/blob/f31c84771cf9fa2d66c12cf5b0dde6d6e090b400/dist/types/interfaces/item.d.ts#L2
The absence of murri.d.ts file causes issue with using typescript.
murri.d.ts file should be copied into the dist folder.
The text was updated successfully, but these errors were encountered:
@paol-imi this should a be change and I can make the change. Let me know if you have any concerns!
Sorry, something went wrong.
murri.ds.ts
Any update on this? I'm trying to cast the 'DecoratedGrid' to a Grid in order to call 'refreshItems(...)' on it and I can't import the type properly.
const grid = muuriMap.get('id'); grid.refreshItems([muuriItem]); // error here - "Property 'refreshItems' does not exist on type 'DecoratedGrid'."
I'm newbish at Typescript so I could have a fundamental misunderstanding of what's going wrong.
No branches or pull requests
Issue
The dist folder does not have the
murri.d.ts
file in the types folder but it is references in other files like item.d.tshttps://github.com/Paol-imi/muuri-react/blob/f31c84771cf9fa2d66c12cf5b0dde6d6e090b400/dist/types/interfaces/item.d.ts#L2
The absence of
murri.d.ts
file causes issue with using typescript.Expected
murri.d.ts
file should be copied into the dist folder.The text was updated successfully, but these errors were encountered: