Skip to content
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

two of each string character? #49

Open
Bishopafl opened this issue Aug 9, 2022 · 3 comments
Open

two of each string character? #49

Bishopafl opened this issue Aug 9, 2022 · 3 comments

Comments

@Bishopafl
Copy link

Screen Shot 2022-08-09 at 10 27 31 AM

After I place my strings in the specified places per the documentation, when the page is rendered it is doubling the letter for each of the strings in the array. Is this a version issue that might be happening?

I am using in my package.json:
"ityped": "^1.0.3", "react": "^18.2.0",

@imjord
Copy link

imjord commented Aug 30, 2022

Deleting <React.StrictMode> in index.js fixes this.

@jermwatt
Copy link

You're likely running your app in dev mode - try previewing it.

StrictMode is a helper function that helps you write better React - understand its purpose.

@Bahrul-Rozak
Copy link

Deleting <React.StrictMode> in index.js fixes this.

Thank you, really helpfully!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants