Hi, i had a question about the function `locationK...
# developers
o
Hi, i had a question about the function
locationKeyToString
. Whenever I try to see the definition of the function, it takes me to the definition of the
AvailabilityPage
component and i don’t know where to go from there. Any help is appreciated!
h
if you are asking where the definition of
locationKeyToString
is the answer is packages/app-store/location.ts The issue you are mentioning doesn't happen for me. If you are using VSCode may be try restart TS server
o
I tried restarting the ts server but, it still took me to the same place, but thank you so much for telling me where it is!