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
exportconstDiscussionsPage=(props: Props)=>{const{ access, token, discussionCategories }=propsconsole.log(token)// TODO: Create a version of useDiscussion which can have data loaded through getStatic/getServerSide propsconst{ data, isLoading }=useDiscussion({first: 10,repo: 'thomasfkjorna/thesis-discussions',term: '',
7d22ea43b77cfe762d3396e5883259bf70f77eee
The text was updated successfully, but these errors were encountered:
Create a version of useDiscussion which can have data loaded through getStatic/getServerSide props
https://github.com/ThomasFKJorna/thesis-visualization/blob/30049cf6e0a939842bcf9768258e78cd12f91b2a/apps/thesis/pages/discussions/index.tsx#L32
7d22ea43b77cfe762d3396e5883259bf70f77eee
The text was updated successfully, but these errors were encountered: