When IgxSelect is pinned at runtime in an IgxGrid, the "unpin" is throwing this error :
Error: Uncaught (in promise): ObjectUnsubscribedError: object unsubscribed
https://stackblitz.com/edit/igx-select-pinned-bug-in-igx-grid
For some reason this only happens when there is at least 3 columns pinned
The error "Error: Uncaught (in promise): ObjectUnsubscribedError: object unsubscribed" is printed in the console
And it messes up the display of the grid
No error should occur thus fixing the display of the grid
https://stackblitz.com/edit/igx-select-pinned-bug-in-igx-grid
Exemple of "messing up" the grid in our app (yes it's a hierarchical grid but it has the same behavior as pointed out in the stackblitz)

Widening the screen a bit more refreshes the display and fixes the grid
The problem is that you have to tell your user about this
PS :
https://github.com/IgniteUI/igniteui-angular/issues/6837 and https://github.com/IgniteUI/igniteui-angular/issues/6823 are not related to this issue
@bmtheo I did q little update of the app, to use our typography. As for the error, it is reproducible thanks to your sample.
There has been no recent activity and this issue has been marked inactive.
Update to avoid automatic closing
Not reproducible in 8.2.
Here is and simpler sample.
Click twice on the button to reproduce the issue.