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
Argument of type '{ position: string[]; maxStack: number; }' is not assignable to parameter of type 'Options'.
Types of property 'position' are incompatible.
Type 'string[]' is not assignable to type 'Position'.
Property '0' is missing in type 'string[]'. [2345]
Is this normal behaviour? is it not possible to setup position from app.module?
The text was updated successfully, but these errors were encountered:
I have this in my app.module
This works, however if I want to add the position attribute as:
A compiler error comes up saying that
Is this normal behaviour? is it not possible to setup position from app.module?
The text was updated successfully, but these errors were encountered: