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

remix app memory leak and router not working #1161

Open
meodemsao opened this issue Nov 29, 2024 · 1 comment
Open

remix app memory leak and router not working #1161

meodemsao opened this issue Nov 29, 2024 · 1 comment

Comments

@meodemsao
Copy link

I use million compiler with remix.
My config

			server: true,
			rsc: true,
			// experimental_options: {
			// 	noSlot: true,
			// },
			auto: {
				threshold: 0.05,
				skip: ["useBadHook", /badVariable/g],
			},
		}),

First compiler seem run good

 ⚡ <Index> now renders ~61% faster
 ⚡ <Index> now renders ~63% faster
 ⚡ <Popular> now renders ~20% faster
 ⚡ <Index> now renders ~63% faster
 ⚡ <Index> now renders ~61% faster
 ⚡ <Popular> now renders ~20% faster
 ⚡ <Popular> now renders ~20% faster
 ⚡ <SeasonCard> now renders ~69% faster
 ⚡ <PaginationEllipsis> now renders ~67% faster
 ⚡ <Footer> now renders ~46% faster
 ⚡ <Footer> now renders ~46% faster

But app router not working and have issue after that

ded to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)
Copy link

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

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