Skip to content

Fix type for PUBLIC_URL in cra-template-typescript - #8852

Closed
JeromeDeLeon wants to merge 1 commit into
react:masterfrom
JeromeDeLeon:patch-1
Closed

Fix type for PUBLIC_URL in cra-template-typescript#8852
JeromeDeLeon wants to merge 1 commit into
react:masterfrom
JeromeDeLeon:patch-1

Conversation

@JeromeDeLeon

@JeromeDeLeonJeromeDeLeon commented Apr 18, 2020

Copy link
Copy Markdown
Contributor

I don't know if it's intentional or not, but I when I ran my code, TS yelled at me that there was typescript error saying the statement below for serviceWorker.ts.

Argumentoftype'string | undefined'isnotassignabletoparameteroftype'string'.Type'undefined'isnotassignabletotype'string'.

casaub0n added a commit to casaub0n/casaub0n-gh that referenced this pull request Apr 18, 2020
I followed this PR that's [Fix type for PUBLIC_URL in cra-template-typescript by JeromeDeLeon · Pull Request #8852 · facebook/create-react-app](react/create-react-app#8852)
@stale

staleBot commented May 18, 2020

Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

@stalestaleBot added the stale label May 18, 2020
@stale

staleBot commented May 23, 2020

Copy link
Copy Markdown

This pull request has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. Thank you for your contribution!

@stalestaleBot closed this May 23, 2020
@locklockBot locked and limited conversation to collaborators Jun 24, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@JeromeDeLeon@facebook-github-bot