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.

ERROR: "Object" is read-only

See original GitHub issue

https://github.com/brh55/react-native-masonry/blob/6e61c038ae9acd17e348e6022ecfa816ed5715ee/components/Masonry.js#L154

Having a trouble in playing with library. Checking the codebase, bricks should be defined aslet. Please check asap and update the repo. Regards.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
jayeshanandanicommented, Sep 11, 2018

I can replicate same issue at my end. Changing that to let works.

0reactions
irenemmassycommented, Jun 10, 2021

Changing that to var or let it works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

visual studio - Getting "Object is read only" error when setting ...
As soon as the code hits the UserName line it fails with an "Object is read-only" error. I know this can happen if...
Read more >
TypeError: "x" is read-only - JavaScript - MDN Web Docs
The JavaScript strict mode-only exception "is read-only" occurs when a global variable or object property that was assigned to is a read-only property....
Read more >
Exception "Object Read Only" error? - MSDN - Microsoft
ClientCredentials.Windows.ClientCredential=System.Net.CredentialCache.DefaultNetworkCredentials;. I am getting the exception "Object is Read Only" error.
Read more >
Object is read-only - Forums - IBM Support
Hello all,. I have a script that sets a value for an attribute in the TICKET table,. The script works fine for our...
Read more >
JavaScript TypeError - "X" is read-only - GeeksforGeeks
This JavaScript exception is read-only works in strict mode-only and It occurs if a global variable or object property which has assigned to...
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