Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 20:05
d3c3cf6

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:

    {
      "rules": {
        "react-server-components/use-client": [
          "error",
          { "allowedServerHooks": ["useTranslation"] }
        ]
      }
    }