question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

null is not an object

See original GitHub issue

Hello guys! Today im try create project width react native (for iOS). When i using react-native-html-to-pdf then get error

null is not an object (evaluating ‘_reactNativeHtmlToPdf.default.convert’).

I did follow issue #80, but can’t resolve. Who can help me how to fix this?

"dependencies": {
    "react": "16.8.3",
    "react-native": "0.59.8",
    "react-native-html-to-pdf": "^0.7.0"
  },

Thank you so much!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
stale[bot]commented, Dec 28, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

1reaction
khanisakcommented, Sep 6, 2019

I solved this issue by re-install my apps after install this package. Thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix TypeError: Null is Not an Object in JavaScript
The TypeError: null is not an object occurs when a property is read (or set) or a method is called on a null...
Read more >
TypeError: null is not an object - Net-Informations.Com
This error occurs when you read a property or call a method on a null object . That's because the DOM API returns...
Read more >
Javascript Error Null is not an Object - html - Stack Overflow
document.getElementById() returns null if the element couldn't be found. Property assignment can only occur on objects. null is not an ...
Read more >
TypeError: null is not an object (evaluating 'f.focus')
This error occurs when you read a property or call a method on a null object .
Read more >
TypeError: null is not an object (evaluating 'task.task') - Laracasts
I am trying to loop through the created tasks only of the authenticated partner. Creation of tasks works. With the setup below, i...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found