react-boilerplate / react-boilerplate-typescript

⚠️ MOVED TO react-boilerplate/react-boilerplate-cra-template

Home Page:https://github.com/react-boilerplate/react-boilerplate-cra-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught exception in promise: openSansObserver.load()

FrozenKiwi opened this issue · comments

Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.

Description

After a clean clone + clean + run, on app load we recieve the following exception:

Uncaught (in promise) A {family: "Open Sans", style: "normal", weight: "normal", stretch: "normal"}
Promise.then (async)
(anonymous) | @ | app.tsx?f817:40

Steps to reproduce

Steps to reproduce the behavior:

clone full repo
npm run setup
npm run clean
npm start

: Navigate to homepage, see error in console

Expected behavior

Clean console. NOTE: The base react-boilerplate did not have this error

Screenshots
If applicable, add screenshots to help explain your problem.

Versions

  • React-Boilerplate: 3.7.0
  • Node/NPM: 10.10.0
  • Browser: Chrome 71

NOTE: This is my first TS project, so it could be something very simple, but as it's the first thing I see on run I figure it's worth creating an issue for

Sorry - why was this issue closed? Is the report not clear enough?

I fixed it with my commit 2ed8fe0

you can see the closing reason. Thanks for the report.

Oops - I somehow read over the commit link! Thanks for the response (and the repo in general, TS is as important to scale as anything else in RBP)