@rpg-engine/long-bow 0.5.11 → 0.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.5.11",
3
+ "version": "0.5.13",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -104,6 +104,7 @@ export const ItemContainer: React.FC<IItemContainerProps> = ({
104
104
  const end = start + MAX_SLOTS_PER_PAGE;
105
105
 
106
106
  for (let i = start; i < end && i < itemContainer.slotQty; i++) {
107
+ console.log(itemContainer)
107
108
  slots.push(
108
109
  <ItemSlot
109
110
  isContextMenuDisabled={disableContextMenu}