You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Instantiate Hasura's live provider without a naming convention
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.
The text was updated successfully, but these errors were encountered:
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
Expected behavior
Live provider should use 'hasura-default' by default, just like the data provider does.
Packages
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.
The text was updated successfully, but these errors were encountered: