Open arunmenon1975 opened 4 years ago
Issue-Label Bot is automatically applying the label feature_request
to this issue, with a confidence of 0.85. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Thanks for letting me know, Ill take a look and see what I can do about it. I want to avoid having x is undefined
issues.
And sorry for the big delay.
I am integrating
authlite
into a newSSR
project and found a few issues. I am currently working around them by directly editing themain.js
file with the following changes:and
and
So far, though i have just started, the above changes stops the immediate issues and am able to compile successfully. I think supporting SSR would help make the library much more versatile. It already does support
react-native
as well.