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
There could be a way to use template literal types to prevent the usage of _ in the prefix, but that would be challenging to implement if it was even possible.
The text was updated successfully, but these errors were encountered:
For example,
This is caused by the implementation splitting the token on
_
and always fetching the second element:One possible solution would be to adjust the logic to index backwards from the end:
There could be a way to use template literal types to prevent the usage of
_
in the prefix, but that would be challenging to implement if it was even possible.The text was updated successfully, but these errors were encountered: