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.

Need to check if "style" prop is an array

See original GitHub issue
this.props = { ...this.props, style: [customProps.style, this.props.style] };

when this.props.style is an array, this will not work properly. In my case, it ignores customProps.style

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

1reaction
thomasttvocommented, May 1, 2018

@mahesh1996 I got it on some elements too, but have deleted the code, will let you know if I happen to reproduce it.

1reaction
mahesh1996commented, May 1, 2018

@thomasttvo Tested on react-native 0.51. It works fine as Text can accept style object or recursive array of style objects.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Array.isArray() - JavaScript - MDN Web Docs
The Array.isArray() static method determines whether the passed value is an Array.
Read more >
How to check some prop in object equal some in other arrays?
Now i have a checkbox the value of it is "true/false" i want to compare if the response comes from API it's in...
Read more >
Lists and Keys - React
Lists and Keys ... First, let's review how you transform lists in JavaScript. Given the code below, we use the map() function to...
Read more >
Class and Style Bindings | Vue.js
When you use a CSS property that requires a vendor prefix in :style , Vue will automatically add the appropriate prefix. Vue does...
Read more >
Docs • Svelte
If you don't need a full-fledged app framework and instead want to build a simple ... If you'd like to track changes 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