This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: init pubs page #55
feat: init pubs page #55
Changes from 22 commits
eab09dc
6f7aa50
355cb4a
e8bad77
9356cb3
5910c46
5ab6776
b6511fe
e251aaf
15c9464
660034e
4fff0f7
076bf6b
ccdbe25
4a98725
e720808
63c830f
5b7b76f
c13dba8
c49cbbd
3edee5a
a5ca881
c6a9e32
9842f94
b9d4774
c09613c
035d680
0efc83b
1745f8f
464be96
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
To make this work without the cast, you need to add an
as const
after the initial classifications value and type the state variable explicitly rather than implicitly. You'll also need to mark that type definition withReadonly<>
. Let me know if that doesn't make sense!