Skip to content

Custom formatter logging not works when set specific Vue version in SFC Playground #9957

@serkodev

Description

@serkodev

Vue version

3.4.3

Link to minimal reproduction

https://play.vuejs.org/#eNqNUk1v00AQ/SvLXlKk2CsUTpFbFaoi4AAIkLjsxdgTZ4v3Q7OzaSTL/53xug0mfKg3z3sz++bN8yBfhVAeEsitrGKDJpCIQClcaWds8EhiEAi7tTDO0E2K5O0bj7YmAhSj2KG3YsXzK+20a7yLJGzsxOU0dLF6C33vxTePffts9fyxxfdQ9r674EbGKjXrsiIXBDb0NQFXQlT7F1fDkB8cx0pxlVHjQiJxKKxvob/UknkthWKyUot5uZazhcLWobyL3rHJYXpBPxBRy63IyISxi6nWck8U4lappnU8xhrmgKUDUi5Ydc1tCpMjY6Fovb3elC/LjWpNpCVcQrTFd/T3EZAf0XK9kFEMHgALBNcCAj5V9mxsKX1G/SE/qY/ajXwUihzCznRnJ2m8DaYH/BjIcEi/nabmGO/fZ4wwwclLs4fmx1/wu3icPX1CyJst/FONHdBM3375AEf+PpEcaeofYvgH+Rn4B0rTjnPb6+RaXnvRl7d9lxM2rvsab48ELj6amhbN18j9OY+b/1j/te6m3JyuOP4EYcoXPw==

Steps to reproduce

  1. Open Chrome dev tools and enable custom formatter
  2. Run playground and switch to DEV mode
  3. Select a Vue version other than This Commit
  4. Execute the vue application and see the console log
  5. You will see the msg ref is not been formatted

What is expected?

Console log

Ref<"Hello World!">

What is actually happening?

Console log

RefImpl {__v_isShallow: false, dep: Map(1), __v_isRef: true, _rawValue: {…}, _value: Proxy(Object)}

System Info

No response

Any additional comments?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions