You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
I'm submitting a ... (check one with "x")
Codesandbox Case (Bug Reports)
https://codesandbox.io/s/goofy-platform-1jr8k
Minimal reproduction of the problem with instructions
Click on an Item: App crashes due to NPE.
The NPE is in PickList.js, the faulty commit is:
b0ac743
It's not checked whether this.state.sourceSelection exists, which it doesn't when the user supplies their own Source/TargetSelection
The text was updated successfully, but these errors were encountered: