When updating from 0.4.24 -> 0.4.25, the plugin produces countless faulty react-refresh/only-export-components warnings from completely legitimate code. Example:
Warning: 37:7 warning Fast refresh only works when a file only exports components. Move your component(s) to a separate file react-refresh/only-export-components
from this code.
When updating from 0.4.24 -> 0.4.25, the plugin produces countless faulty
react-refresh/only-export-componentswarnings from completely legitimate code. Example:from this code.