HuMMeR
Results
2
issues of
HuMMeR
**IN BECanvasComponent** Remove: ``` [Parameter] public long Height { get; set; } [Parameter] public long Width { get; set; } ``` Add: ``` [Parameter(CaptureUnmatchedValues = true)] public Dictionary InputAttributes {...
 