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
Loaded up terra via <script> tags (to try it out and test if it fits my project).
I have Math.random()'s in my script– with terra loaded, I get a constant value from Math.random every single time/refresh console.log(Math.random())
Removed the script, and worked fine again. Haven't looked into it in depth exactly why this is happening with terra, but just putting it out there
The text was updated successfully, but these errors were encountered:
Loaded up terra via <script> tags (to try it out and test if it fits my project).
I have Math.random()'s in my script– with terra loaded, I get a constant value from Math.random every single time/refresh
console.log(Math.random())
Removed the script, and worked fine again. Haven't looked into it in depth exactly why this is happening with terra, but just putting it out there
The text was updated successfully, but these errors were encountered: