PowerShell Universal - 5.4.4
Release Notes
Bug Fixes
Automation
APIs
Security
Platform
Downloads
Adam Driscoll
PowerShell Expert and Developer at Devolutions
New-UDTreeView
MUI: The TreeView component was moved from `@mui/lab` to `@mui/x-tree-view`.
You should use `import { TreeView } from '@mui/x-tree-view'`
or `import { TreeView } from '@mui/x-tree-view/TreeView'`
More information about this migration on our blog: https://mui.com/blog/lab-tree-view-to-mui-x/.@Adam Driscoll did this release have the fix with handling error steams?
Invoke-PSUScript suppresses error output and stack trace in PSU 4.5.3 dashboard · Issue #4563 · ironmansoftware/powershell-universal
@AnonymousUser - I can reproduce this tree view issue. Unclear how this broke in this version as it was not changed. That said, 5.5.0 does use the new package it suggests in the error. I’ll see if we can continue to use the lab package for 5.4, and if so, release a 5.4.5 with that fix.
@michaelhanson1458 - No. This was fixed in 5.5.0 and will be included there.
Adam Driscoll
PowerShell Expert and Developer at Devolutions
@Adam Driscoll you are really trying to get me to upgrade to v5 aren’t ya.
@michaelhanson1458 - It was also fixed in 4.5.4, but that hasn’t been released yet. These release notes are for v5 so I figured that’s why you were asking.
Adam Driscoll
PowerShell Expert and Developer at Devolutions
Yeah strange, maybe React pulled the plug on the old library at the same time somehow?
If there is a way I can patch this myself thats OK also. I tried a far fetch solution with invoke-udjavascript in the header with the import haha, sadly didnt work
Deleted post since this has been resolved.