I am having an issue with the Measure Widget in my application after updating to 3.11. The widget does not appear after the application loads. I have checked my code and do not see an issue, also when reverting back to 3.10 it works correctly.
Has anyone else had this issue after updating to 3.11?
<SPAN class="pln" style="color: #000000;">measurement </SPAN><SPAN class="pun" style="color: #145680;">=</SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="kwd" style="color: #8a4a0b;">new</SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="typ" style="color: #2b91af;">Measurement</SPAN><SPAN class="pun" style="color: #145680;">({</SPAN><SPAN class="pln" style="color: #000000;">
map</SPAN><SPAN class="pun" style="color: #145680;">:</SPAN><SPAN class="pln" style="color: #000000;"> map
</SPAN><SPAN class="pun" style="color: #145680;">},</SPAN><SPAN class="pln" style="color: #000000;"> dom</SPAN><SPAN class="pun" style="color: #145680;">.</SPAN><SPAN class="pln" style="color: #000000;">byId</SPAN><SPAN class="pun" style="color: #145680;">(</SPAN><SPAN class="str" style="color: #800000;">"measure_results"</SPAN><SPAN class="pun" style="color: #145680;">));</SPAN><SPAN class="pln" style="color: #000000;">
measurement</SPAN><SPAN class="pun" style="color: #145680;">.</SPAN><SPAN class="pln" style="color: #000000;">startup</SPAN><SPAN class="pun" style="color: #145680;">();</SPAN>