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.
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
Add pagination to manage automations #26414
base: main
Are you sure you want to change the base?
Add pagination to manage automations #26414
Changes from all commits
1cb4da0
8e9dd5f
6d90627
5a715ba
ed218e9
7b21097
686ec42
0a7fa8c
717e247
dabb946
8804c73
a9131dc
50a8fe1
03c0b6c
913782d
c1d6dbe
2e8b494
6bda323
f825eb0
fe73a69
4e558b7
bec4141
2ef5011
cd348e0
61afb5f
105da85
d66dea9
a30c9f4
d351e74
80417db
7fd1cf8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
DataError
👍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.
It looks like
forwardRef
will be deprecated soon,is there a way to do this with the
ref
passed in as a prop instead?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.
Ah I see...until we're on v19, you need to use
forwardRef
for theuseImperativeHandle
above. Canwe just leave a note then to change this whenever we upgrade to v19?