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
The navigation routes in the app are mapped to the same ones used in the official bluesky web app.
However, the app expects Dids for profile ids in the routes, whereas web links use uris. This means navigation destinations will need to figure outif path params are handles or dids before proceeding with business logic.
In other words, validate route path arguments with the UriLookup class and its API before proceeding.
The text was updated successfully, but these errors were encountered:
The navigation routes in the app are mapped to the same ones used in the official bluesky web app.
However, the app expects Dids for profile ids in the routes, whereas web links use uris. This means navigation destinations will need to figure outif path params are handles or dids before proceeding with business logic.
In other words, validate route path arguments with the
UriLookup
class and its API before proceeding.The text was updated successfully, but these errors were encountered: