Skip to content

vike-react 0.2.0

0.2.0 (2023-09-20)

Bug Fixes

  • remove now useless type re-exports (93b8383)
  • use interface merging (2db9bbd)

BREAKING CHANGES

  • Import Config from vike instead of vike-react.
    - import type { Config } from 'vike-react'
    + import type { Config } from 'vike/types'