Hi! I was working with a datapack for 1.17 (the one I uploaded here) to resolve a bug of the datapack. I found a minecraft bug. It seems /item could duplicate items and create strange ghost items. As you can see in the screenshots, if I check for the existence of the backpack item the game returns true, and if I ask the nbt it gives me the nbt of the item. However, that item should be there, but not 'ghost' and the other backpack(in my inventory) should exist. In this way, the command duplicates(not always) the items.
Do you want to check? Try this datapack, maybe with resource pack (search on the web for it, Backpacks Datapack). Give you a backpack with /loot give @s loot ulg:backpack/backpack or craft it. Place it in the off hand, right click, go to your inventory. Take the opened backpack to a slot of the inventory(not the hotbar slots). It will return on your second hand. Try again and again putting it in the inventory. At a moment, it will not return to the second hand. Now try checking for the item using /data get or predicates, or if data o [nbt={}] arg. You'll find it.
Take an item in your hotbar, select it and press F or the switch item button you have.
You will have successfully duplicated the backpack.
I don't know how to explain it, but at least I can post this try datapack and make you check and study the problem. For a better and less-laggy minecraft. Thanks
Steps to Reproduce:
Ensure you are in Creative mode with a clear inventory
Stand on the ground and drop a block of stone (item form) directly downwards
Open the Survival tab of the Creative inventory
Wait until you pick up the stone
Without closing your inventory, move the stone to a different hotbar or inventory slot
Close your inventory
Right-click on the ground while the first hotbar slot is the active (main hand) slot
→ ❌ A block of stone is placed, even though your hand is empty
Linked issues
is duplicated by 3
relates to 2
Attachments
Comments 5

Confirmed for 1.17-rc1. Also happens in adventure and survival mode. Occurs when immediately replacing an item that was just dropped with /item replace.

https://youtu.be/__4kjmqCGw8
Steps to reproduce bug MC-206074 in Minecraft 1.17-rc2:
1- Run `/scoreboard objectives add drop minecraft.dropped:minecraft.dirt`
2- In a repeating command block, put `/execute as @a[scores={drop=1..}] run item replace entity @s weapon.mainhand with dirt`
3- In an always active chain command block after the last repeating one, put `/scoreboard players reset @a drop`
4- Power the repeating command block
5- In any game mode aside from spectator, drop a block of dirt, after the first block, you should receive a new "ghost" dirt block that is invisible and upon dropping behaves like a normal item.

The reproduction steps by @unknown actually describe a different issue, namely MC-219018 which has been fixed for some time now. The original issue that was reported here (and triaged) is a Creative-only issue that is still reproducible (see updated description for method).
Looks related to MC-242392
It seems to happen only in creative mode.