aidenybai / million

Optimize React performance and make your React 70% faster in minutes, not months.
https://million.dev
MIT License
15.87k stars 554 forks source link

bug: NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node. #1058

Open dev15Aditya opened 4 weeks ago

dev15Aditya commented 4 weeks ago

I want to integrate million.js compiler in Next.js application. I have added "const millionConfig = { auto: true,}" When I run the application I see the list of the component which have become fast and by How much percent, but when I open browser I get
Unhandled run time error. NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node. I have done what is said in docs. And also if I want to use Manual Mode and when I wrap component around block hook, I am getting issue while passing the props

github-actions[bot] commented 4 weeks ago

Thanks for opening this issue! A maintainer will review it soon.