Skip to content

Commit

Permalink
Fix a hydration mismatch in markdown inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Oct 25, 2024
1 parent 03efcc6 commit ed6da2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/ving/MarkdownInput.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<MdEditor :theme="colorScheme" v-model="val" @onChange="changed" :placeholder="placeholder" :showCodeRowNumber="true" :editorId="id" language="en-US" :toolbars="toolbars" noUploadImg previewTheme="github" />
<client-only><MdEditor :theme="colorScheme" v-model="val" @onChange="changed" :placeholder="placeholder" :showCodeRowNumber="true" :editorId="id" language="en-US" :toolbars="toolbars" noUploadImg previewTheme="github" /></client-only>
</template>

<script setup>
Expand Down
3 changes: 2 additions & 1 deletion ving/docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ outline: deep

### 2024-10-25
* Fix a bug in redis client where it wouldn't connect to the AWS valkey/redis cluster.
* Fix a hydration mismatch in form inputs where subtext wasn't being hydrated.
* Fix a hydration mismatch in form inputs subtext.
* Fix a hydration mismatch in markdown inputs.

### 2024-10-24
* Installed dotenv for environment variables.
Expand Down

0 comments on commit ed6da2b

Please sign in to comment.