Skip to content

🐜 Fix bug where haveLoaded is always false for local

Compare
Choose a tag to compare
@marshallswain marshallswain released this 07 May 11:23
· 252 commits to master since this release

This fixes the useFind Vue Composition API utility. The haveLoaded property will now always be set to true when local: true is enabled in the options. This will allow UIs controlling local pagination to be coded the same as non-local ones. Thanks to @amoghpalnitkar for identifying the bug.