Skip to content

Vue3 integration #123

Description

@viktorzdamarov

при запуске приложения выходит ошибка:

VM60502 runtime-core.esm-bundler.js:7600 Uncaught (in promise) RangeError: Maximum call stack size exceeded
at String.replace ()
at classify (VM60502 runtime-core.esm-bundler.js:7600:31)
at formatComponentName (VM60502 runtime-core.esm-bundler.js:7628:19)
at formatTraceEntry (VM60502 runtime-core.esm-bundler.js:210:26)
at eval (VM60502 runtime-core.esm-bundler.js:203:50)
at Array.forEach ()
at formatTrace (VM60502 runtime-core.esm-bundler.js:202:11)
at warn (VM60502 runtime-core.esm-bundler.js:168:36)
at PublicInstanceProxyHandlers.ownKeys (VM60502 runtime-core.esm-bundler.js:3397:9)
at Object.entries ()


подключение плагина делаю таким образом:
import { createApp } from 'vue';
import HawkCatcher from '@hawk.so/javascript';

const VueApp = createApp(App, {
onExpand() {
console.log('expand')
}
});
const hawk = new HawkCatcher({token: '3453456456к'});
hawk.connectVue(VueApp);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions