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

import rrweb from 'rrweb' underfined #67

Closed
callmesoul opened this issue Apr 26, 2019 · 3 comments
Closed

import rrweb from 'rrweb' underfined #67

callmesoul opened this issue Apr 26, 2019 · 3 comments

Comments

@callmesoul
Copy link

import rrweb from 'rrweb' 

console.log(rrweb )

//underfined

@Yuyz0112
Copy link
Member

rrweb has no default export, use:

import { record, Replayer } from 'rrweb'

console.log(record, Replayer)

@aiduck
Copy link

aiduck commented Aug 16, 2019

为什么我们播放的时候会出现index.mjs?c1c8:1 Uncaught Error: undefined:15:6: property missing ':'这个报错

@Yuyz0112
Copy link
Member

@aiduck 好像和 #121 是同一个问题?可以在那个 issue 里提供一下录制的 events 用于 debug 吗?

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

3 participants