Ade Novid

Results 10 comments of Ade Novid

can you update this repo, latest version on npm is `3.1.5` but on github latest release is `3.0.4`

i found out, `isObject` return `false` in SSR mode. I don't know what happen, but object in SSR not detected as PlainObject. In `[email protected]` work normally because it use old...

When i was start develop this project, CoreUI came as "project" rather than "package". It can't be install as npm dependencies. I will add this on v2.0.0

I'm not recommended using lazy load if you new to js, because this project not tested before with lazy-loading component. I afraid you need do some setup to this project...

Any recomedation package for this ? i never use generator before.

@tooolbox i think it because coverage too low, but i dont know how to increase it, i'm not very good at unit testing. Maybe someone can help me write the...

Please complete the following information: * OS: [e.g. Ubuntu 16.04, Win 7] * Browser: [e.g. chrome, safari] * Last logs before errors * Screenshot of errors

@tibineagu I'm not sure what causing the issue, but i found, removing this code made it work perfectly. https://github.com/danielroe/vue-bind-once/blob/55cd4cfd9f6e12d04928e23048ff81f0c3b032a1/src/index.ts#L8

Waiting for this issue https://github.com/mozilla/pdf.js/issues/17561 to be fixed

updated: after some trial, i found out, calling toast inside setup function, will ran twice (both server and client side). It make toast shown double when hydrated