This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
eslint-plugin-react-server-components@1.2.0
Minor Changes
560c8be: Added allowedServerHooks option. Hooks specified here will not throw an error in files that do not have the 'use client' directive.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
eslint-plugin-react-server-components@1.2.0
Minor Changes
560c8be: Added
allowedServerHooks
option. Hooks specified here will not throw an error in files that do not have the'use client'
directive.Example: