Deprecated API usage warning
See original GitHub issueAfter updating to the latest react-pdf (4.0.3) this is seen on console
Deprecated API usage: RenderTask.then method, use the promise
getter instead. (pdf.js:726)
Anyone else seeing this ?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Still getting warning "Deprecated API Usage from App Store ...
Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView - From App Store Team. I'm not getting...
Read more >Deprecated API Usage Warning from Apple - SugarClub
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020. See https://developer....
Read more >enabling 'deprecated api usage' warning in chrome/blink
Hi,. I am strongly opposed to this. Experience has shown that deprecation warnings only get cleanup if the person who deprecates an API...
Read more >Warning mechanism for use of deprecated APIs #1693 - GitHub
Warning mechanism for use of deprecated APIs One-line enhancement description (can be used as a release note): Use of deprecated APIs ...
Read more >ITMS-90809: Deprecated API Usage - Apple Developer
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Bluejanis with
page.render().promise
I guess. (see https://github.com/wojtekmaj/react-pdf/blob/master/src/Page/PageCanvas.jsx#L127 )How did you solve it?