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
Our library exports some helper functions in addition to React components. Playroom does not look at what is exported and adds everything to suggestions:
Two possible solutions I see here:
Filter out exports that are not capitalized - AFAIK there is a requirement that all React components start with a capital letter.
Let the user provide a filter function in the config.
Would this be a good improvement and which solution should it use?
The text was updated successfully, but these errors were encountered:
Our library exports some helper functions in addition to React components. Playroom does not look at what is exported and adds everything to suggestions:
Two possible solutions I see here:
Would this be a good improvement and which solution should it use?
The text was updated successfully, but these errors were encountered: