Forum Discussion
DmitryVoronov
5 years agoNew Member
How to create a modal dialog?
Hello! I wanted to create a test dialog box as specified in microsoft docs. But, I get an error: mySuperWidget09FDE52B7F444CB6B7FC6F644D37B5D7_DEBUG.default.createModalDialog is not a function ...
- 5 years ago
There is a solution! Thank to AsafMozes
Please try to update to powerbi-visuals-webpack-plugin 2.3.0 on powerbi-visuals-tools project.
( powerbi-visuals-tools location can be usually found by “npm root -g” )https://github.com/MicrosoftDocs/powerbi-docs/issues/3138
It works for me.
DmitryVoronov
5 years agoNew Member
There is a solution! Thank to AsafMozes
Please try to update to powerbi-visuals-webpack-plugin 2.3.0 on powerbi-visuals-tools project.
( powerbi-visuals-tools location can be usually found by “npm root -g” )
https://github.com/MicrosoftDocs/powerbi-docs/issues/3138
It works for me.
WZorn
5 years agoHelper III
What exactly needed to be done to resolve your issue?
I'm getting the same message and popup you did.
Here are my versions:
"powerbi-visuals-api": "~3.8.2",
"powerbi-visuals-tools": "^2.3.0",
"powerbi-visuals-utils-dataviewutils": "2.2.1",
"powerbi-visuals-webpack-plugin": "^2.3.0"