docs update for fireEvent.onScroll() #633
Merged
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.
Hello!
Summary
I had an issue where I was trying to test a SectionList component and I was trying to mock a scroll event but after the scroll event fired the component still never was found. I saw the data in the components props but not showing up to the test query. After chatting with Michał on the discord server he mentioned this was a constant issue he had to teach people about and he suggested changing my initialNumToRender prop or use an e2e test to verify. He also mentioned needing to update the docs at some point since he's had to teach this to people on a regular basis so I figured I'd go ahead and do it for him.
Let me know if there is anything I should change or that might be clearer. link to discord conversation
Test plan
Should be nothing other than spellchecking and correct terminology.