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

Can anyone help me debug why it Rought-notation doesn't run in some text but it does in others? #72

Open
lertsoft opened this issue Jun 27, 2022 · 0 comments

Comments

@lertsoft
Copy link

I have my own component with ought-notation in it. Look at the image below for the component.

Screen Shot 2022-06-27 at 11 46 41 AM

This component works on my hero page look at the code below.

Screen Shot 2022-06-27 at 11 49 18 AM

But when i try to runought-notation on a different page or component of my site it does not work look at the code below.

Screen Shot 2022-06-27 at 11 46 28 AM

I have tried different variants as shown in the documentation with variant parameters with no result.
Any help would be highly appreciated!

Relevant info, Package.json

{
"name": "v5",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p ${PORT:=3000}",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.21.1",
"next": "^12.1.3",
"next-i18next": "^10.5.0",
"next-themes": "0.0.15",
"react": "17.x",
"react-dom": "17.x",
"react-rough-notation": "^1.0.1"
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7"
}
}

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

1 participant