-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[topics] use a screen for topics rather than search screen #7148
[topics] use a screen for topics rather than search screen #7148
Conversation
…rpacks' into hailey/add-topic-screen
src/screens/Topic.tsx
Outdated
fetchNextPage, | ||
hasNextPage, | ||
} = useSearchPostsQuery({ | ||
query: topic.replaceAll(' ', '+').replaceAll('%20', '+'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to decode here first too? Haven't tested just stood out to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yea lets do that
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice thanks! Little behind base but should be fine to merge in right?
made another one because this was missing a push or something, but same thing otherwise. |
No description provided.