@rpg-engine/long-bow 0.2.12 → 0.2.13

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.
@@ -20395,7 +20395,7 @@ var PropertySelect = function PropertySelect(_ref) {
20395
20395
  }, [currentIndex]);
20396
20396
  React.useEffect(function () {
20397
20397
  setCurrentIndex(0);
20398
- }, [availableProperties]);
20398
+ }, [JSON.stringify(availableProperties)]);
20399
20399
 
20400
20400
  var getCurrentSelectionName = function getCurrentSelectionName() {
20401
20401
  var item = availableProperties[currentIndex];