You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your useful component!
I've noticed a minor bug with reporting errors.
Steps to reproduce:
Add the component to your project
Don't specify a before or after prop.
Expected result:
Console error with the following text: ---> <ImageCompare> at vue-image-compare.vue
Actual result: ---> <ImageCompare> at /home/marcin/Dokumenty/Projekty/vue-image-compare/src/vue-image-compare.vue
Here's the full excerpt from my console:
[Vue warn]: Invalid prop: type check failed for prop "before". Expected String, got Undefined.
found in
---> <ImageCompare> at /home/marcin/Dokumenty/Projekty/vue-image-compare/src/vue-image-compare.vue
<ImgSplit> at src/components/report/ImgSplit.vue
<QTabPane>
<QTabs>
<ComparisonModes> at src/components/report/ComparisonModes.vue
Hi Marcin,
Thanks for your useful component!
I've noticed a minor bug with reporting errors.
Steps to reproduce:
before
orafter
prop.Expected result:
Console error with the following text:
---> <ImageCompare> at vue-image-compare.vue
Actual result:
---> <ImageCompare> at /home/marcin/Dokumenty/Projekty/vue-image-compare/src/vue-image-compare.vue
Here's the full excerpt from my console:
I believe it's caused by this line in dist file
Cheers!
The text was updated successfully, but these errors were encountered: