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
Several example maps use pre-release features, resulting in failure of test:jest. This is expected behavior, and does not impact any production content. Our normal procedure in this case, is to add a //@ts-ignore comment immediately before each affected line. For some reason this was not done for the following examples:
boundaries-text-search
place-autocomplete-element
place-autocomplete-map
Applying the temporary measure of ts-ignore comments will keep these errors from occurring.
The text was updated successfully, but these errors were encountered:
Several example maps use pre-release features, resulting in failure of
test:jest
. This is expected behavior, and does not impact any production content. Our normal procedure in this case, is to add a//@ts-ignore
comment immediately before each affected line. For some reason this was not done for the following examples:Applying the temporary measure of ts-ignore comments will keep these errors from occurring.
The text was updated successfully, but these errors were encountered: