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

can't import effect #1538

Open
zhangenming opened this issue Aug 14, 2021 · 1 comment
Open

can't import effect #1538

zhangenming opened this issue Aug 14, 2021 · 1 comment

Comments

@zhangenming
Copy link

Version

6.0.0-beta.15

Browser and OS info

chrome 92

Steps to reproduce

<template>
  <div id="app">none</div>
</template>


<script setup>
import { effect } from 'vue';
</script>

image

What is expected?

work

What is actually happening?

not work

@konpeki622
Copy link
Contributor

konpeki622 commented Aug 18, 2021

It seems like the raw attribution of ReactiveEffect has been removed by PR #4001 , we should update that in devtools.

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

No branches or pull requests

2 participants