I have deployed my custom web part and able to see it in chrome, Firefox and IE, but not able to see it on Edge. Also, there is no error on console on Edge.
In below image(Chrome Screenshot), In this the div with id="spListContainer" is the main div of the custom web part. In this image(Chrome) this div contains some html.
But, In below image(Edge Screenshot) the div with id="spListContainer" is blank with no inner html.
Do we need to make extra setting to make it visible in edge? Any help is appreciated.