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
Hi, I noticed that window.__NUMBER_OF_JOTAI_INSTANCES__ was injected into our console. From a look at the details, I'm guessing that this is a vite thing where they inject an environment variable. However we use webpack that doesn't have this automatically happen. Is there a way to handle the traditional webpack case (where it would typically use process.env.NODE_ENV === 'production')
Link to reproduction
N/A
The text was updated successfully, but these errors were encountered:
Summary
Hi, I noticed that
window.__NUMBER_OF_JOTAI_INSTANCES__
was injected into our console. From a look at the details, I'm guessing that this is a vite thing where they inject an environment variable. However we use webpack that doesn't have this automatically happen. Is there a way to handle the traditional webpack case (where it would typically use process.env.NODE_ENV === 'production')Link to reproduction
N/A
The text was updated successfully, but these errors were encountered: