-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I update any style the avataaar , got a warning. #65
Comments
Seem the avataaar is not compatibled with React 18.x, it using the deprecated component loading Hooks in class-based component. I am create a new development env by yarn create react-app avataaar --template typescript and copied the project's code from https://github.com/fangpenlin/avataaars-generator
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the 1st time to change one style of avataaar. the develop tools has a warning message.
but when I change style again , there is no warning.
There is occured when the 1st time page loaded.
My code show below
The text was updated successfully, but these errors were encountered: