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
There is a small bug in the "new tab" button. The current fxhash.js api expects a hash starting with "#0x" to infer the params. If you press "new tab", it uses &fxparams=0x... (a querystring, not hash) in the url, which result in displaying a random artwork, not the expected parameterized artwork.
There is a small bug in the "new tab" button. The current fxhash.js api expects a hash starting with "#0x" to infer the params. If you press "new tab", it uses &fxparams=0x... (a querystring, not hash) in the url, which result in displaying a random artwork, not the expected parameterized artwork.
should be
Source:
fxlens/src/containers/Panel/PanelControls.tsx
Line 69 in 3c42925
The text was updated successfully, but these errors were encountered: