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
...so that the library can be consumed natively using JS modules
export{symbols}from'./src/symbols';export{notifications}from'./src/notifications';export{importNode}from'./src/node_data';// should becomeexport{symbols}from'./src/symbols.js';export{notifications}from'./src/notifications.js';export{importNode}from'./src/node_data.js';
The text was updated successfully, but these errors were encountered:
...so that the library can be consumed natively using JS modules
The text was updated successfully, but these errors were encountered: