react-photo-studio icon indicating copy to clipboard operation
react-photo-studio copied to clipboard

Remove Non-null Assertions in Options

Open chase-manning opened this issue 3 years ago • 0 comments

In Options.tsx we do some non-null assertions which lint complains about.
As a temporary fix we have added // eslint-disable-next-line @typescript-eslint/no-non-null-assertion before these lines.
Instead though we should remove these comments, and actually remove the assertion properly.

chase-manning avatar Jan 02 '22 22:01 chase-manning