refine icon indicating copy to clipboard operation
refine copied to clipboard

[BUG] Hasura live provider does use hasura-default naming convention by default

Open thanaParis opened this issue 5 months ago • 0 comments

Describe the bug

Hasura's data provider uses 'hasura-default' as the naming convention if one is not provided. Hasura's live provider should too, but doesn't due to an oversight.

Steps To Reproduce

  1. Instantiate Hasura's live provider without a naming convention
  2. Try generating a subscription

Expected behavior

Live provider should use 'hasura-default' by default, just like the data provider does.

Packages

  • @refinedev/hasura

Additional Context

I added support for passing options to hasura's live provider in #6736 but failed to set the default the same as the data provider does.

thanaParis avatar May 07 '25 20:05 thanaParis