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
Thanks for maintaining this project! I noticed a small typo in solid-primitives/packages/share/src/networks.ts. The constant for Facebook Messenger is currently exported as MESSANGER, which looks like a spelling mistake. It should be MESSENGER to match the correct product name.
Since renaming directly would be a breaking change, one approach could be to add MESSENGER as the correct export while keeping MESSANGER as a deprecated alias for compatibility.