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
First of all thank you for creating this compact easy-to-use library.
There are some issues with props and also the implementation.
Some of the props are not available but there are in documentation. some even working with red line under them, such as distanceCallback argument and messageStyle. and TS complains.
for messageStyle particularly, you should swap line 71 with 72 because it is overridden by default values. e.g. I want the font size to be other than 14 but I keep getting the default value.
Thank you.
The text was updated successfully, but these errors were encountered:
First of all thank you for creating this compact easy-to-use library.
There are some issues with props and also the implementation.
Some of the props are not available but there are in documentation. some even working with red line under them, such as
distanceCallback
argument andmessageStyle
. and TS complains.for
messageStyle
particularly, you should swap line 71 with 72 because it is overridden by default values. e.g. I want the font size to be other than 14 but I keep getting the default value.Thank you.
The text was updated successfully, but these errors were encountered: