Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloning icons on the panel #20300

Open
dmitriyKvant opened this issue May 12, 2024 · 0 comments
Open

Cloning icons on the panel #20300

dmitriyKvant opened this issue May 12, 2024 · 0 comments
Assignees
Labels
issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: core:admin Source is core/admin package status: pending reproduction Waiting for free time to reproduce the issue, or more information version: 5

Comments

@dmitriyKvant
Copy link

dmitriyKvant commented May 12, 2024

Bug report

Required System information

  • Node.js version: v20.12.2
  • Yarn version: v4.2.2
  • Strapi version: v5.0.0-beta.7
  • Database: postgres
  • Operating system: Windows 11, version 23H2
  • Is your project Javascript or Typescript: Typescript

Describe the bug

Whenever you interact with the interface, a new Releases icon appears in the panel

Steps to reproduce the behavior

  1. Create a new project strapi v5 with yarn pnp
  2. Add all required dependencies to work with pnp(code below)
  3. Add enableGlobalCache: false to .yarnrc.yml to work correctly with vite

Expected behavior

No unnecessary icons should appear when interacting with the interface

Screenshots

image

Additional context

{
  "name": "strapi",
  "private": true,
  "version": "0.1.0",
  "description": "A Strapi application",
  "scripts": {
    "develop": "strapi develop",
    "start": "strapi start",
    "build": "strapi build",
    "strapi": "strapi"
  },
  "dependencies": {
    "@codemirror/state": "^6.4.1",
    "@codemirror/view": "^6.26.3",
    "@strapi/admin": "5.0.0-beta.7",
    "@strapi/content-manager": "5.0.0-beta.7",
    "@strapi/content-releases": "5.0.0-beta.7",
    "@strapi/content-type-builder": "5.0.0-beta.7",
    "@strapi/data-transfer": "5.0.0-beta.7",
    "@strapi/email": "5.0.0-beta.7",
    "@strapi/i18n": "5.0.0-beta.7",
    "@strapi/icons": "2.0.0-beta.3",
    "@strapi/plugin-cloud": "5.0.0-beta.7",
    "@strapi/plugin-users-permissions": "5.0.0-beta.7",
    "@strapi/review-workflows": "5.0.0-beta.7",
    "@strapi/strapi": "5.0.0-beta.7",
    "@strapi/upload": "5.0.0-beta.7",
    "koa": "2.13.4",
    "pg": "8.8.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-redux": "^9.1.2",
    "react-router": "^6.23.0",
    "react-router-dom": "^6.0.0",
    "styled-components": "^6.0.0"
  },
  "author": {
    "name": "A Strapi developer"
  },
  "engines": {
    "node": ">=18.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "uuid": "cd6b77f9-660f-4a6e-b9c3-83dce0d8ea27"
  },
  "license": "MIT",
  "devDependencies": {
    "@strapi/typescript-utils": "5.0.0-beta.7",
    "@types/koa": "^2",
    "@types/node": "^20.12.11"
  },
  "packageManager": "yarn@4.2.2"
}
@joshuaellis joshuaellis added issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: core:admin Source is core/admin package status: pending reproduction Waiting for free time to reproduce the issue, or more information version: 5 labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: core:admin Source is core/admin package status: pending reproduction Waiting for free time to reproduce the issue, or more information version: 5
Projects
Status: To be reviewed
Status: To triage
Status: To review
Development

No branches or pull requests

4 participants