Skip to content

Не работают typescript подсказки в Webstorm #45

@s-mishin

Description

@s-mishin

Сделал тестовый проект, скопировал код из документации и обнаружил, что ни в одном компоненте в webstorm (Build #WS-251.23774.424, built on April 14, 2025), не отображаются ts подсказки
Мой package.json

{
"name": "test",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild dev --open",
"format": "biome format",
"lint": "biome lint"
},
"dependencies": {
"@biomejs/biome": "1.9.4",
"@maxhub/max-ui": "^0.1.8",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@rsbuild/core": "1.3.1",
"@rsbuild/plugin-react": "1.1.1",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"typescript": "5.8.2"
},
"packageManager": "yarn@1.22.22"
}

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions