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
Using decorator is pretty comfy but to prevent error we need to make typings as strict as possible. Currently, anything can be a key in referenceEntries while only one of component props could be. Can we make this somehow stricter. Could we have a type error on using StoryObjWithFragmentRefs when wrong thing is passed in referenceEntries?
The text was updated successfully, but these errors were encountered:
Using decorator is pretty comfy but to prevent error we need to make typings as strict as possible. Currently, anything can be a key in
referenceEntries
while only one of component props could be. Can we make this somehow stricter. Could we have a type error on usingStoryObjWithFragmentRefs
when wrong thing is passed inreferenceEntries
?The text was updated successfully, but these errors were encountered: