@salesforcedevs/dx-components 0.10.1-alpha.113 → 0.10.1-alpha.114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "0.10.1-alpha.113",
3
+ "version": "0.10.1-alpha.114",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -215,6 +215,7 @@ export default class SidebarSearch extends LightningElement {
215
215
  this.dispatchOnChangeEvent(results);
216
216
  }
217
217
 
218
+ console.log("is fetching more results", this.fetchingMoreResults);
218
219
  if (!this.fetchingMoreResults) {
219
220
  this.dispatchOnLoading(isLoading);
220
221
  }