-
I'd like to replace $appId and $apiKey variables with an actual users ones in documentation. Is it possible to do this with Code Hike? |
Beta Was this translation helpful? Give feedback.
Answered by
pomber
Aug 16, 2022
Replies: 2 comments 3 replies
-
It's not possible right now (well, if your code doesn't change you can use the But it's an interesting feature, it will be useful for other use cases too. We may have support for this in the future. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nc
-
Oh wild. What a neat hack.
ᐧ
…On Tue, 16 Aug 2022 at 16:05, Rodrigo Pombo ***@***.***> wrote:
Maybe you can do it with a css variable instead of useEffect. See this
playground
<https://play.codehike.org/#N4IgtgJgHiBcIB0B2BiABACQKYBscHtlkBRCASwBc0wsA6IpAA2YCsBnZAek7QHdKAFgGEcAQzZsA2gEYAbAF00ABzEBjLAPw4IWAE7JV+JGyqilZANJYAnmgC8aBIkRNmDEABoQqiXBC0lXSwANzIsXgBaQyQKUTIkPTRgRyQ0alFdAHN42DQADiUoAG4UtIiIigEsCLMyCIBrG1ynaQAmAGYAFgBWWSdkAF8GALUNLR1dWFhRADMKROBkNOj5mNzgjIAKcsrq2oabAEoipbRDAkm0TKCsJGtcAl4TpAHPbyMZsky4UBx4rAAcgBXMAAIz0bDgM1EODYWC8bE0vCE+CU1gAQkCKBQjFCYXCvLsaH4wKJ5royDCIhAMo1dCABgMgA>
.
—
Reply to this email directly, view it on GitHub
<#270 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAGCPYTJWRBH3CI3JE3ETTVZOU2ZANCNFSM56WAVW2Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not possible right now (well, if your code doesn't change you can use the
withClass
annotation and replace the content inside auseEffect
, it's hacky but it may work).But it's an interesting feature, it will be useful for other use cases too. We may have support for this in the future.