SHARON
SHARON
I have the same issue, we can fix it by downgrading `orbitdb` version to `"orbit-db": "^0.28.0"` and IPFS to `"ipfs": "^0.59.1"`
its easy to do in modern browsers follow this. ```js const controller = new AbortController() const { signal } = controller await fetchEventSource('your API', { onmessage(ev) { console.log('data', ev.data) },...
> Hi folks! > > I'm having a similar issue where aborting the control signal passed in to `fetchEventSource` doesn't cause the promise to throw and thus the `.catch` isn't...
@jefrydco to fix thi atleast for now you need to install a dependency " material-design-icons-iconfont " and import it to the plugins it will works **working demo** [](url)https://codesandbox.io/s/lxqjmo7l1l
@jefrydco another way is use the mdi-iconName inside the v-icon tag without adding material-design-icons-iconfont don't know why this works as per the docs in the official site `mdi-menu`
soon it will fixed johnleider is busy with his works he will merge the PR #73
@parys-github just remove the trailing comma after `"vuetify": "^1.3.3"`