-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Сделал тестовый проект, скопировал код из документации и обнаружил, что ни в одном компоненте в 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"
}

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels