Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
serkodev opened this issue Dec 31, 2023 · 0 comments · Fixed by #9958
Closed

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

serkodev opened this issue Dec 31, 2023 · 0 comments · Fixed by #9958

Comments

@serkodev
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants