Furkan Aydin

Results 3 comments of Furkan Aydin

Same issue here. I think you need to add `if(!mounted) return;` before `setState(() => .... )` for mounted check. Thanks.

```C# using Dapper.Contrib.Extensions; [Table("MyTable")] public class TableEntity { [Key] public Guid Id { get; set; } public string Name { get; set; } } ``` Check your library of the...

For @micha5strings and @paradox37 answer. They are working well thanks for the answers. If you don't want to re-write every month and using scss you can use something like this...