medusa icon indicating copy to clipboard operation
medusa copied to clipboard

[Bug]: Cannot delete product tags

Open Attachai77 opened this issue 4 months ago • 0 comments

Package.json file

{
	"name": "medusa-next",
	"version": "1.2.1",
	"private": true,
	"author": "",
	"description": "",
	"keywords": ["medusa-storefront"],
	"scripts": {
		"dev": "next dev -p 8000",
		"sit": "dotenv -e .env.sit.local -- yarn next dev -p 8000",
		"uat": "dotenv -e .env.uat.local -- yarn next dev -p 8000",
		"build": "next build",
		"start": "next start -p 8000",
		"lint": "next lint",
		"analyze": "ANALYZE=true next build",
		"test-e2e": "playwright test e2e",
		"check:changed": "node ./scripts/check-changed.js",
		"format:changed": "node ./scripts/check-changed.js format",
		"lint:changed": "node ./scripts/check-changed.js lint",
		"prepare": "husky"
	},
	"resolutions": {
		"webpack": "^5",
		"@types/react": "18.2.42",
		"typescript": "^5.3.2"
	},
	"dependencies": {
		"@babel/eslint-parser": "^7.25.1",
		"@headlessui/react": "^2.1.2",
		"@hookform/error-message": "^2.0.0",
		"@hookform/resolvers": "^3.9.0",
		"@leenguyen/react-flip-clock-countdown": "^1.6.1",
		"@medusajs/js-sdk": "2.6.1",
		"@medusajs/ui": "4.0.7",
		"@meilisearch/instant-meilisearch": "^0.21.0",
		"@next/third-parties": "^15.1.7",
		"@radix-ui/react-accordion": "^1.2.0",
		"@radix-ui/react-slider": "^1.2.0",
		"@sentry/nextjs": "^9",
		"@tailwindcss/container-queries": "^0.1.1",
		"axios": "^1.6.7",
		"bad-words": "^4.0.0",
		"classnames": "^2.5.1",
		"dayjs": "^1.11.13",
		"google-libphonenumber": "^3.2.40",
		"html-react-parser": "^5.1.12",
		"keen-slider": "^6.8.6",
		"lodash": "^4.17.21",
		"next": "14.2.26",
		"next-international": "^1.2.4",
		"pg": "^8.11.3",
		"qs": "^6.12.1",
		"rc-slider": "^11.1.5",
		"react": "^18.2.0",
		"react-country-flag": "^3.1.0",
		"react-dom": "^18.2.0",
		"react-hook-form": "^7.52.2",
		"react-instantsearch": "^7.13.3",
		"react-international-phone": "^4.5.0",
		"react-intersection-observer": "^9.3.4",
		"sass": "^1.77.8",
		"server-only": "^0.0.1",
		"sharp": "^0.33.5",
		"socket.io-client": "^4.8.1",
		"sonner": "^2.0.3",
		"swiper": "^11.1.9",
		"tailwindcss-radix": "^2.8.0",
		"typescript": "^5.3.2",
		"webpack": "^5.98.0",
		"zod": "^3.23.8",
		"zustand": "^5.0.3"
	},
	"devDependencies": {
		"@babel/core": "^7.25.2",
		"@biomejs/biome": "^1.9.3",
		"@medusajs/types": "2.6.1",
		"@medusajs/ui-preset": "2.6.1",
		"@playwright/test": "^1.41.1",
		"@types/google-libphonenumber": "^7.4.30",
		"@types/lodash": "^4.14.195",
		"@types/node": "17.0.21",
		"@types/pg": "^8.11.0",
		"@types/react": "19.0.8",
		"@types/react-dom": "^18.2.18",
		"@types/react-instantsearch-dom": "^6.12.3",
		"@types/tailwindcss": "^3.1.0",
		"autoprefixer": "^10.4.2",
		"babel-loader": "^8.2.3",
		"dotenv-cli": "^8.0.0",
		"eslint": "8.10.0",
		"eslint-config-next": "^14.2.5",
		"husky": "^9.1.7",
		"lint-staged": "^15.2.11",
		"postcss": "^8.4.8",
		"prettier": "^2.8.8",
		"tailwindcss": "^3.0.23",
		"ts-prune": "^0.10.3"
	},
	"packageManager": "[email protected]"
}

Node.js version

20

Database and its version

16.2

Operating system name and version

MacOS

Browser name

No response

What happended?

I tried to delete product tags in product edit form, but cannot do that

Image

Expected behavior

Can delete product tags

Actual behavior

Click to delete, but doesn't work

Link to reproduction repo

Attachai77 avatar Jun 20 '25 11:06 Attachai77