Compound compatible governor doesn't execute correctly

So I created my governor contract which extends GovernorCompatibilityBravo, GovernorVotesComp, and GovernorTimelockControl. Now I have to use the 4-param propose() function to create new proposals to get them executed correctly. If I use the compound style propose(), which has 5 params, everything looks good in the governor contract until when it gets executed, all values set in the proposal will be set to a weird number - 32.

Can anyone shed some light on this issue?

Hello @maxweng

Sorry this message was not addressed earlier here.
This was identified as a bug, and fixed in version 4.4.2

Oh cool. that was quick. thanks!