1more icon indicating copy to clipboard operation
1more copied to clipboard

Results 2 1more issues
Sort by recently updated
recently updated
newest added

Please look at this https://codesandbox.io/s/1more-forked-h62tl I copy it here ```javascript import { html, render } from "1more"; import { box, read } from "1more/box"; let activeRoute = box("/"); render( html`test-1...

I am doing this in browser ```javascript import {html,render,component,key,useUnmount,invalidate,createContext,addContext,useContext} from 'https://cdn.jsdelivr.net/npm/1more/dist/index.min.js'; import {box, read, subscribe, write, useSubscription, usePropSubscription} from 'https://cdn.jsdelivr.net/npm/1more/dist/box.min.js'; ``` Error: `Uncaught SyntaxError: import not found: subscribe`