redfin/react-server

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

mcarlson opened this issue · 1 comments

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!

@mcarlson Sorry you're running into trouble.

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