-
-
Notifications
You must be signed in to change notification settings - Fork 22
Reports that the example doesn't work anymore #83
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Yes you are right. You could try to pass either the client origin (i.e. the Element URL) of "*" to the WidgetApi constructor.
The problem was introduced in version 1.2.0: Before, the targetOrigin defaulted to "*" here. That was refactored to a default value here. However, the constructor of the WidgetApi overrides it with null, so it won't work anymore.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working