Skip to content

Commit

Permalink
chore: ignore some hydration warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Nov 10, 2024
1 parent bbe3335 commit aa68d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/design/ErrorTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ onErrorCaptured((err) => {
</script>

<template>
<Popper v-bind="$attrs" :show="hasError" arrow placement="bottom" class="text-center reset-popper">
<Popper v-bind="$attrs" :show="hasError" arrow placement="bottom" class="text-center reset-popper" data-allow-mismatch="style">
<slot />
<template #content>
{{ formattedError || "error" }}
Expand Down

0 comments on commit aa68d62

Please sign in to comment.