Jack Steam
Jack Steam
This looks like a Webpack error to me. Did you ever get it fixed?
@JukeboxRhino What do you think about merging this?
tldr; Your test script needs to look something like this: ```json { "scripts": { "test:ci": "jest --runInBand" } } ``` If it looks like this: ```json { "scripts": { "test:ci":...
@zalmoxisus Is there something that can be done about this? How can we help?
Having more experience with Android on Chrome OS, this is probably due to version of webview available on the Chromebook.
I discovered that different Chromebooks use different versions of Android. I have 2 Chromebooks; Templater works with one but not the other: - ✅ Intel i3 processor, Chrome OS 64-bit...
PRs are welcome!
I'm in the process of updating my projects to MV3, I'll put this on the todo list! Thanks for mentioning it, @Mrtenz :1st_place_medal:
@eegli That's some real TypeScript magic! Love it! Thank you so much.
@AmySteam @belykh This is a bug we should fix, but there is a workaround: ## Access the Chrome API property first Make sure that you set the mock implementation for...