mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-26 13:35:16 +03:00
967cf23091
closes #21343 This fixes an issue in sodo-search where early results (for example, matching the first letter typed in the search box) would get "stuck" in the display, due to failure to update state (or actually, lacking state). Converted PostItems to a component, and gave paginatedPosts state. I also fixed an undocumented bug where the last search result didn't appear, due to an error in with slice's register. |
||
---|---|---|
.. | ||
components | ||
icons | ||
App.css | ||
App.js | ||
App.test.js | ||
AppContext.js | ||
index.css | ||
index.js | ||
logo.svg | ||
search-index.js | ||
search-index.test.js | ||
setupTests.js |