You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i was using your lib with Angular 8 and Typescript 3.5, but i've upgraded my app to Angular 9/Typescript 3.7 and now i have an error with dotprop.delete().
Look like it won't let me assign a Partial<> on my state anymore. 🤔
The text was updated successfully, but these errors were encountered:
Hello, i was using your lib with Angular 8 and Typescript 3.5, but i've upgraded my app to Angular 9/Typescript 3.7 and now i have an error with
dotprop.delete()
.Look like it won't let me assign a
Partial<>
on my state anymore. 🤔The text was updated successfully, but these errors were encountered: