https://kotlinlang.org logo
#react
Title
l

Leon

01/27/2023, 9:26 PM
Can anyone let me know how I can take over this problem. @turansky Please help me regarding this one, any advise or help would be really appreciated. Thank you!
I tried to convert the code below to Kotlin/js
t

turansky

01/27/2023, 10:09 PM
Looks like you have non-external props
And as result - invalid property names
l

Leon

01/27/2023, 10:17 PM
yeah, below are how I declared the props of this component
FYI, its in another file
Please let me know
t

turansky

01/28/2023, 12:12 AM
Which data you receive as
value
?
In
tickFormatter
Looks like
tickFormatter
function implementation is invalid
l

Leon

01/28/2023, 11:50 AM
okay, I think so.. The type of value is
String
, but I am still struggling on that.
It's not solved..
Hey @turansky, Could you please let me know how to declare the function as a props? my declaration code was shared with above screen shot image. Please let me know
t

turansky

01/29/2023, 7:43 PM
Debug from your side is required
l

Leon

01/30/2023, 11:04 AM
Thank you @turansky It works fine as for now.. 🙇
7 Views