Replies: 8 comments 31 replies
-
|
oh, all you need to do is:
|
Beta Was this translation helpful? Give feedback.
-
|
I'd like to suggest you some nice capabilities to integrate, if possible:
Here is a fragment of the code which could be used, and where it is realistic to integrate the component: The interesting thing should be having the user data and a sessionUuid (or whatever else) to be used outside the component. |
Beta Was this translation helpful? Give feedback.
-
|
The part is a really nasty for me: After a successfully login, I have both user data displayed and the Login button. It could be |
Beta Was this translation helpful? Give feedback.
-
|
What is the meaning or when and why is used ??? |
Beta Was this translation helpful? Give feedback.
-
|
As I'm having troubles with an infinite loop in React while deploying the |
Beta Was this translation helpful? Give feedback.
-
|
I solved quite all of the issues installing the React LTS version. |
Beta Was this translation helpful? Give feedback.
-
|
I'm sorry to bother you, but I'm in troubles with a compile error. I created a new application with This is the This is the error I receive when I the Any help will be really appreciated. Paolo |
Beta Was this translation helpful? Give feedback.
-
|
I think to have isolated the problem: As I created a new application using 'npx create-react-app myapp'. it install the latest I also tried to install run with Can we somehow proceed? Is there any way I can help you to fix the problem? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Nguyen,
I'm in trouble trying to integrate your component into my ReactJS application.
Here is what I've done:
I added the following lines to my
package.jsonfile:Then, I added the following lines to my
.env.developmentand to my.envdevelopment:As you can see, my goal is to add social login only for
facebook, twitter and google.The I added the following instruction to my
app.js:I also added the following line to my
header.jsfile:Then I just copied your
app.jsfile and renamed it asLogin.tsx, just to avoid resultsThe result for this step has been a compilation error at the line
const amazonRef = useRef<TypeCrossFunction>(null!): it doesn't like the '(null!)':I tried to ask on
https://stackoverflow.com/questions/70822827/what-is-the-meaning-of-usereftypecrossfunctionnull-which-also-returns-a-co?noredirect=1#comment125203765_70822827and it ended up with a downvoting and the following answer (on a comment):I also made the following attempt:
I copied the
Login.tsxas aLogin.jsand removed all the typescript extensions.The result run only partially: it open the
facebooklogin, but simply ignore the 'Google` one.And so, my final question is:
`How can I use your component into my ReactJS application'?
Beta Was this translation helpful? Give feedback.
All reactions