Simon

Results 8 issues of Simon

Code and UI are awesome! Do you have any plan to make a react-native version?

I have a simple table like: ``` Left click $(function() { $.contextMenu({ selector: '.context-menu-one', callback: function(key, options) { var m = "clicked: " + key; window.console && console.log(m) || alert(m);...

Bug

**Describe the bug** Playing a list of songs, `onEnded`, I get this warning: `Uncaught (in promise) DOMException: The play() request was interrupted by a new load request.` **Environment** Package version:...

bug

Hi, I have an array of elements in the same page, each one should have different tags. I wish to achieve something like this: ``` [ [ { "id":"Italy", "text":"Whatever"...

Hi, I'm using your awesome library like: `import db from "src/components/Dexie/db";` and got this server side error "SyntaxError: Cannot use import statement outside a module". ``` //db.jsx import Dexie from...

ColorThief.js:17 Uncaught (in promise) TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The provided value is not of type '(CSSImageValue or HTMLCanvasElement or HTMLImageElement or HTMLVideoElement or ImageBitmap or OffscreenCanvas or...

Hi, I don't really understand if it's a problem with OpenZeppelin imports or something else, but when from Token I approve an Address, and then from Marketplace, using the approved...

## Issue Type ``` Uncaught TypeError: Cannot read property '0' of undefined at http://localhost:8080/app.js:29773:34 at Array.map (native) at Object.decodeEvent (http://localhost:8080/app.js:29772:6) at http://localhost:8080/app.js:33803:38 at Array.map (native) at Object.decodeLogs (http://localhost:8080/app.js:33774:19) at Object.callback...