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

Included javascript causes 'Uncaught ReferenceError: _tLAB is not defined' client crash #951

Open
mcarlson opened this issue Sep 12, 2017 · 1 comment
Labels
bug An issue with the system

Comments

@mcarlson
Copy link

Hi All,

We are trying to include an (AFAIKT) valid JS file in our page's getScripts() method:

import framework7js from "../styles/framework7.custom.min";

getScripts() {
return [
{text: rollbar},
{text: ga},
{text: framework7js},
]
}

framework7.custom.min.js.zip

The app compiles, but the generated JS fails with: 'Uncaught ReferenceError: _tLAB is not defined' here:

<script>_tLAB=_tLAB.wait(function(){try{ (function (root) { Any clues? Thanks so much for an awesome project!
@gigabo gigabo added bug An issue with the system help wanted labels Sep 12, 2017
@gigabo
Copy link
Contributor

gigabo commented Sep 12, 2017

@mcarlson Sorry you're running into trouble.

A link to a repo would be nicer than a zip file if you could provide one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue with the system
Projects
None yet
Development

No branches or pull requests

2 participants