Closed muuvmuuv closed 3 years ago
Hi @muuvmuuv
I think it can be safely ignored since Fast Refresh is React specific. Preact uses Prefresh and is included in this package as you can see here: https://github.com/preactjs/next-plugin-preact/blob/a1819d208a881ca25574b2c410e9129f9139c91d/packages/next-plugin-preact/index.js#L13
Prefresh works like Fast Refresh for me. I ignored this warning message. Plus, with Next.JS 10.0.6
the warning no longer appears for me.
Can this be ignored?