Closed Gentatsu closed 1 year ago
Hm, I can't reproduce this. What browser are you using and can you send me a minimal example repo that demonstrates the bug?
Am using chrome, and the latest version via npm if that helps? Will try and produce a MWE soonish.
You can probably just copy the sample extension in this repo to produce an example that demonstrates the problem and add in a call to the openTrialPage function.
Any news on this? I'll be closing the issue soon if you can't reproduce it.
Since it's been more than a month since I've seen a reply and there's no reproduction steps, I'm going to close this issue. Please open it back up if you can reproduce it.
Describe the bug
When calling
extpay.openTrialPage
without args, it shows[object PointerEvent] free trial.
(shown below in screenshot) instead of nothing.Expected behavior Empty string to be shown instead
Screenshots