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
WARNING in ./pkg/snek_bg.js 343:14-53
Critical dependency: the request of a dependency is an expression
@ ./pkg/snek.js
@ ./src/index.js
This is caused by getrandom, which is an indirect dependency through rand. The warning is already fixed on master, but not yet released. Once it is (as 0.2) we should update somehow.
The text was updated successfully, but these errors were encountered:
Currently, we get this warning:
This is caused by
getrandom
, which is an indirect dependency throughrand
. The warning is already fixed onmaster
, but not yet released. Once it is (as 0.2) we should update somehow.The text was updated successfully, but these errors were encountered: