'modifiers' implicitly has type 'any' #11524
Unanswered
Pentadome
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use de modifiers in the getter and the setter of a model. However I get this type error.
'modifiers' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
Is there are workaround for this error or should i just explicitly type it?
Beta Was this translation helpful? Give feedback.
All reactions