`bs-platform@3.1.3` Can't use `[bs.unwrap]` with labeled arguments. ### Code ``` [@bs.obj] external func : ( ~param: string, ~polyParam: [@bs.unwrap] [ | `Str(string) | `Int(int)], unit ) => _ = ""; ``` ### Error ``` bs.obj label polyParam does not support [@bs.unwrap] arguments ``` ### [Try it online](https://reasonml.github.io/en/try.html?rrjsx=true&reason=NoAQRgzgdA9mBWBdAUAUwB4BdUCcB2AhgDYAEAZgK54DGJAXMiSQBSNMkB+ADgTgQLZ0SETDgCWeAOYAaNk24wiATwAKvAUNCQoVAO58uiEsBIAfEgAMAyqOYjxUgJRnLASTyZmEzI8Sz2JFRimGzOALwAfGwA+iRhbABECQDcyEA)