GitHub / ArnaudBarre/eslint-plugin-react-refresh issues and pull requests
#83 - Feature Request: Support wildcard patterns in allowExportNames option
Issue -
State: open - Opened by csj 3 months ago
- 2 comments
#82 - Feature Request: Support wildcard patterns in allowExportNames option
Issue -
State: closed - Opened by CosmoblueMediaSA 3 months ago
#81 - Rule should not trigger on enums
Issue -
State: closed - Opened by tylerlaprade 4 months ago
- 5 comments
#80 - False positive on `as const`
Issue -
State: closed - Opened by tylerlaprade 4 months ago
- 5 comments
#79 - False positive when a `customHOC` receives a component wrapped in `forwardRef`
Issue -
State: closed - Opened by tylerlaprade 4 months ago
- 2 comments
#78 - Fix `your` -> `you're` typo
Pull Request -
State: closed - Opened by tylerlaprade 4 months ago
- 1 comment
#77 - Added name in flat config for eslint config inspector
Pull Request -
State: closed - Opened by NishargShah 6 months ago
- 2 comments
#76 - .ts barrel (index) file does not trigger warning
Issue -
State: closed - Opened by githorse 6 months ago
- 4 comments
#75 - unexported (non-component) constant triggers warning
Issue -
State: closed - Opened by githorse 7 months ago
- 6 comments
#74 - allowExportNames support pattern
Pull Request -
State: closed - Opened by Layouwen 7 months ago
- 6 comments
#73 - Question on plugin usage for React.createContext
Issue -
State: closed - Opened by vict-shevchenko 7 months ago
- 2 comments
#72 - Is this library for both React and React Native?
Issue -
State: closed - Opened by hongbo-miao 8 months ago
- 2 comments
#71 - PascalCase constant is classified as a component
Issue -
State: closed - Opened by githorse 8 months ago
- 4 comments
#70 - Package does not pass AreTheTypesWrong
Issue -
State: closed - Opened by jakebailey 8 months ago
- 9 comments
#69 - Could not find "only-export-components" in plugin "react-refresh".
Issue -
State: closed - Opened by roch25 8 months ago
- 6 comments
#68 - After updating to 0.4.15, plugin stopped working
Issue -
State: closed - Opened by rakleed 8 months ago
- 5 comments
#67 - Add configs and simple types
Pull Request -
State: closed - Opened by ArnaudBarre 8 months ago
#66 - docs: switch suggested severity from 'warn' to 'error'
Pull Request -
State: closed - Opened by JoshuaKGoldberg 8 months ago
#65 - Suggestion: switch recommended severity from "warn" to "error"
Issue -
State: closed - Opened by JoshuaKGoldberg 8 months ago
- 2 comments
#64 - Feature: Provide a 'recommended' config for flat configs?
Issue -
State: closed - Opened by JoshuaKGoldberg 8 months ago
#63 - docs: refresh README.md with explainer and options types
Pull Request -
State: closed - Opened by JoshuaKGoldberg 8 months ago
#62 - Docs: per-rule docs (eslint-doc-generator)?
Issue -
State: closed - Opened by JoshuaKGoldberg 8 months ago
- 2 comments
#61 - Fast Refresh now works when component contains multiple exports?
Issue -
State: closed - Opened by bteng22 8 months ago
- 3 comments
#60 - Add basic support for custom HOCs
Pull Request -
State: closed - Opened by HorusGoul 8 months ago
- 1 comment
#59 - Ignore warnings when exporting a MobX observer component
Issue -
State: closed - Opened by HorusGoul 8 months ago
- 1 comment
#58 - Cannot read properties of undefined (reading 'forEach')
Issue -
State: closed - Opened by Jupiter-u 9 months ago
- 1 comment
#57 - Will this be updated for eslint 9 and the new flat format?
Issue -
State: closed - Opened by geoff-harper 9 months ago
- 2 comments
#56 - Crash while linting after upgrading to 0.4.14
Issue -
State: closed - Opened by bobdepreziz 9 months ago
- 1 comment
Labels: bug
#55 - Add `createContextMethods` option
Pull Request -
State: open - Opened by SeokminHong 9 months ago
- 2 comments
Labels: question
#54 - Report React context exports
Pull Request -
State: closed - Opened by IgorAufricht 9 months ago
#53 - Report React contexts
Issue -
State: closed - Opened by IgorAufricht 9 months ago
- 1 comment
Labels: enhancement
#52 - Doesn't support Arbitrary Module Identifiers in TypeScript 5.6
Issue -
State: closed - Opened by pauliesnug 9 months ago
- 1 comment
#51 - Safe to ignore warning when exporting a react-redux connected component?
Issue -
State: closed - Opened by joshgreco 10 months ago
- 1 comment
Labels: enhancement
#50 - Key "plugins": Key "react-refresh": Expected an object.
Issue -
State: closed - Opened by reyhankaplan 11 months ago
- 5 comments
#49 - How can I prevent eslint error in Next.js's getServerSideProps?
Issue -
State: closed - Opened by zebra0303 11 months ago
- 2 comments
#48 - false positive for memoizing generic component?
Issue -
State: closed - Opened by andreimatei 11 months ago
- 2 comments
#47 - Type exports should be ignored
Issue -
State: closed - Opened by silverwind 11 months ago
- 2 comments
#46 - Supports `React.forwardRef` and `React.memo` [publish]
Pull Request -
State: closed - Opened by SukkaW 11 months ago
#45 - Handle memo for function declarations / function assignments [publish]
Pull Request -
State: closed - Opened by SukkaW about 1 year ago
- 3 comments
#44 - Possible false-positive with memo default export
Issue -
State: closed - Opened by SukkaW about 1 year ago
- 7 comments
#43 - False positive for negative number with allowConstantExport
Issue -
State: closed - Opened by RandScullard about 1 year ago
- 1 comment
#42 - Modern eslint.config.js support
Issue -
State: closed - Opened by yy-do-it about 1 year ago
- 3 comments
#41 - False positive on `export { X as default }`
Issue -
State: closed - Opened by geoffreytools about 1 year ago
- 4 comments
#40 - feature request: Allow lazy loading
Issue -
State: closed - Opened by januswel over 1 year ago
- 5 comments
#39 - Ignore cypress test files
Pull Request -
State: closed - Opened by abuabdillahi over 1 year ago
- 3 comments
#38 - Bug: ts declaration types are not shipped with the package
Issue -
State: closed - Opened by valerii15298 over 1 year ago
- 11 comments
#36 - Allow constant exports doesn't work with objects.
Issue -
State: closed - Opened by AaronPowell96 over 1 year ago
- 9 comments
Labels: enhancement
#35 - Possible false positive/negative
Issue -
State: closed - Opened by innerdaze over 1 year ago
- 1 comment
#34 - How to configure your plugin to work with a Vite+React project?
Issue -
State: closed - Opened by Nefcanto over 1 year ago
- 2 comments
#33 - Warn exports instead of components when using only components
Issue -
State: closed - Opened by skovhus over 1 year ago
- 4 comments
#32 - Support for styled components
Issue -
State: closed - Opened by skovhus over 1 year ago
- 1 comment
#31 - How to use in flat config
Issue -
State: closed - Opened by rakleed over 1 year ago
- 1 comment
#30 - False positives in v0.4.4
Issue -
State: closed - Opened by eddie-dunn over 1 year ago
- 13 comments
#29 - Add option for allowList of export names
Issue -
State: closed - Opened by aaronadamsCA almost 2 years ago
- 3 comments
#28 - Please add better description what it does
Issue -
State: closed - Opened by dzek69 almost 2 years ago
- 2 comments
#27 - Possible false-positive with memo default export
Issue -
State: closed - Opened by silverwind almost 2 years ago
- 4 comments
#26 - Capitalized non-function not triggering rule
Issue -
State: closed - Opened by uthbees almost 2 years ago
- 2 comments
#25 - Lazy Loading react component get some warning
Issue -
State: closed - Opened by bsnman almost 2 years ago
- 17 comments
#24 - Consider not warning on `export *` when re-exported file is passing
Issue -
State: closed - Opened by silverwind almost 2 years ago
- 5 comments
#23 - Add recommended config
Pull Request -
State: closed - Opened by nklhtv almost 2 years ago
- 1 comment
#22 - Correct use with Context API and Vite - docs missing?
Issue -
State: closed - Opened by lorand-horvath almost 2 years ago
- 2 comments
#21 - Throwing error for typescript type exports.
Issue -
State: closed - Opened by sadik-malik almost 2 years ago
- 2 comments
#20 - Fast Refresh and Hooks
Issue -
State: closed - Opened by waynebloss almost 2 years ago
- 1 comment
#19 - Warning is not appearing for enums
Issue -
State: closed - Opened by RakhmatovR about 2 years ago
- 1 comment
#18 - Support for constant objects?
Issue -
State: closed - Opened by schaschko about 2 years ago
- 3 comments
#17 - Remove plugin from README.md
Pull Request -
State: closed - Opened by albertreed about 2 years ago
- 4 comments
#16 - fix: typo in localComponents description
Pull Request -
State: closed - Opened by janikga about 2 years ago
#15 - Fix messages of rules
Pull Request -
State: closed - Opened by adamschachne about 2 years ago
#14 - Check for default export naming to be PascalCase
Issue -
State: closed - Opened by jameshulse about 2 years ago
- 5 comments
#13 - Warning triggered for component using forwardRef
Issue -
State: closed - Opened by hichemfantar about 2 years ago
- 7 comments
#12 - Allow `export type * from '...'`
Issue -
State: closed - Opened by basicdays about 2 years ago
- 2 comments
#11 - Consider all-uppercase exports as components
Issue -
State: closed - Opened by silverwind over 2 years ago
- 4 comments
Labels: enhancement
#10 - Add option to suppress the rule on certain file patterns
Issue -
State: closed - Opened by fabioimpe over 2 years ago
- 1 comment
#9 - How to use it with React.memo ?
Issue -
State: closed - Opened by vaynevayne over 2 years ago
- 1 comment
#8 - Add an option to not warn on const export
Issue -
State: closed - Opened by JiangWeixian over 2 years ago
- 2 comments
Labels: enhancement
#7 - Report default CallExpression exports
Pull Request -
State: closed - Opened by DianaSuvorova over 2 years ago
- 1 comment
#6 - Is `export default ` HOC pattern should be flagged?
Issue -
State: closed - Opened by DianaSuvorova over 2 years ago
- 5 comments
#5 - Add option to check JS files (fixes #4) [publish]
Pull Request -
State: closed - Opened by DianaSuvorova over 2 years ago
- 2 comments
#4 - Question: Configuration to allow different file extensions to be checked?
Issue -
State: closed - Opened by DianaSuvorova over 2 years ago
- 4 comments
#3 - [BUG] Not working as intended
Issue -
State: closed - Opened by AndreaPontrandolfo over 2 years ago
- 3 comments
#2 - Test files to ignore list
Issue -
State: closed - Opened by alexandermukhin over 2 years ago
- 3 comments
#1 - Name ending with a number are not well detected
Issue -
State: closed - Opened by cedeber over 2 years ago
- 2 comments