Adam Halesworth

Results 2 issues of Adam Halesworth

In the `useLocalStorage` hook Typescript example, an explicit type is required for the function in order to be able to use the tuple correctly: `[T, (value: T | ((val: T)...

When attempting to dispose of the `IconDrawable` framework peer efficiently using the following code: ``` using (var icon = new IconDrawable(itemView.Context, MaterialIcons.md_chevron_right.ToString()).WithColor(Color.White)) { chevron.SetImageDrawable(icon); } ``` The following exception is...