xDiv/yDiv were initialized as null and excluded from the main uPlot effect's dependency array, causing the effect to bail on its null guard and never re-run when the init effect set them to computed values.
xDiv/yDiv were initialized as null and excluded from the main uPlot effect's dependency array, causing the effect to bail on its null guard and never re-run when the init effect set them to computed values.