Auth0 extension rules vs hooks

So we started migrating our application rules to hooks and one of the rules are used for a auth0 extension. In migrating this I activated the hook and deactivated the rule which caused a banner to appear in the extension saying “Warning the rule enforcing your authorization logic has been disabled”

Even though the hook is active to run the same logic.

Is rules (deprecated soon) still preferred for extensions or can the banner just be ignored?