Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Recompiling not always happening after changing code after a compile error. #187

Closed
@quantuminformation

Description

@quantuminformation

After errors like so, when I change the code, it doesn't force recompiling:

Failed to compile
/Users/nikos/d/fooService.ts
(9,29): error TS7006: Parameter 'item' implicitly has an 'any' type.

I have to stop and start CRA ts.

Activity

wmonk

wmonk commented on Nov 13, 2017

@wmonk
Owner

Please fill in the issue template.

quantuminformation

quantuminformation commented on Nov 14, 2017

@quantuminformation
Author

Maybe start a gitter channel, as some issues are easier to ask someone if they have come across something, than work through a long issue template?

For example, I am trying to run Jest tests and am getting the following.

console.error node_modules/fbjs/lib/warning.js:33
Warning: React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers. http://fb.me/react-polyfills
console.log console.js:231

But apparently, this has been fixed upstream facebook/create-react-app#3199

bootstraponline

bootstraponline commented on Nov 14, 2017

@bootstraponline

If it's fixed upstream, then the next release of this repo should contain the fix. I rebased the code recently.

quantuminformation

quantuminformation commented on Nov 14, 2017

@quantuminformation
Author

super thx

quantuminformation

quantuminformation commented on Nov 24, 2017

@quantuminformation
Author

npm still contains 2.8

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

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @wmonk@quantuminformation@bootstraponline

        Issue actions

          Recompiling not always happening after changing code after a compile error. · Issue #187 · wmonk/create-react-app-typescript