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

Mark and link annotation doesn't work in vite + react #417

Open
aromko opened this issue Apr 9, 2024 · 0 comments
Open

Mark and link annotation doesn't work in vite + react #417

aromko opened this issue Apr 9, 2024 · 0 comments

Comments

@aromko
Copy link

aromko commented Apr 9, 2024

Trying to set up this example with vite + react https://github.com/code-hike/not-stripe. I got errors when using mark oder link [plugin:@mdx-js/rollup] function Mark(props) {
if (props.isInline) {
return React__default["default"].createElement(Inlin......
} could not be cloned.

[plugin:@mdx-js/rollup] function CodeLink({ children, isInline, style, data, }) {
const url = (data === null || data === void 0 ? ......
} could not be cloned.

Only focus seems properly to work.

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