redfin / react-server

:rocket: Blazing fast page load and seamless navigation.
https://react-server.io/
Apache License 2.0
3.89k stars 184 forks source link

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

Open mcarlson opened 6 years ago

mcarlson commented 6 years ago

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:

Githubissues.
  • Githubissues is a development platform for aggregating issues.