DoronTorangy

Results 4 issues of DoronTorangy

This happens when running every example in the "showcase" pages using these versions: muuri: 0.9.3 react: 17.0.1 react-dom: 17.0.1 muuri-react: 3.1.6 ![Untitled](https://user-images.githubusercontent.com/41499465/104815899-42eda380-5820-11eb-8849-02fc3d839b44.png)

### Description I have this class: ```ts import { Expose } from 'class-transformer' import { IsMongoId } from 'class-validator' import { ObjectId } from 'mongodb' export class MongoDocumentDto { @Expose()...

type: fix
status: needs triage

Hey, I'm using this library and it works on a real device. But when I try building for a simulator, I get: > Could not find module 'SwiftSMTP' for target...

### Describe the bug I created table and it just keeps re-rendering, not really sure why ### Your minimal, reproducible example https://codesandbox.io/s/mantine-playground-forked-pslviy?file=/src/App.tsx:0-3415 ### Steps to reproduce 1. Run the codesandbox...