当从material-ui升级到@ material-ui / core时出现错误消息:TypeError:无法读取属性' svgIcon'未定义的

时间:2018-05-20 21:54:27

标签: reactjs material-ui

当我将我的素材资源从cd $PSScriptRoot $DevWebRootPath=$PSScriptRoot+"\MyWebApp\bin\Debug\netcoreapp2.0" $WebAssembly="MyWebApp.dll" cd $DevWebRootPath $processInfo = New-Object System.Diagnostics.ProcessStartInfo("dotnet.exe", $WebAssembly) $process = [System.Diagnostics.Process]::Start($processInfo) Invoke-RestMethod http://localhost:5000/api/codegen -Method POST -InFile "$($PSScriptRoot)\MyWebApp\Payload.json" -ContentType "application/json" $process.CloseMainWindow() cd $PSScriptRoot 升级到material-ui时,会出现此消息。 错误发生在文件@material-ui/core

我认为这与我如何使用IconButtons有关。从我使用node_modules/material-ui/SvgIcon/SvgIcon.js:91material-ui的IconButton混合之前,我现在从@material-ui/icons

导入IconButton

有没有人知道如何处理这个错误?

0 个答案:

没有答案