Skip to content

fixes wax re-render

victor mutai requested to merge 828-fixes-rerender into develop

Related to #828 (closed)

Steps to reproduce the issue this MR tries to fix;

  1. Open a chapter and start making changes
  2. Open the settings and toggle on/off AI
  3. The changes made earlier will disappear but if you reload the page or editor the previous changes show up

This MR fixes that by refetching book component when settings change

Merge request reports