hostedposted

Results 9 comments of hostedposted
trafficstars

You need to dynamically load it. Try something like this: ```js import dynamic from "next/dynamic" dynamic(() => import("tw-elements"), { ssr: false }) ```

I found out that it is still up just on https://mistersircode.github.io/wiiu-titlekeys/ instead of https://skylerspark.github.io/wiiu-titlekeys/. I was able to get this by pressing the check mark above the code then pressing...

Maybe you should get a better hack lol

I cannot replicate. Can you send the console?

oh nvm there is a problem with your inventory.

My commit makes it look like ![image](https://user-images.githubusercontent.com/70211235/153728106-96d4837f-87af-4865-bffd-391781392631.png) or ![image](https://user-images.githubusercontent.com/70211235/153728121-99937063-8719-4a29-958c-71e999482bd4.png)

> we have sourcemaps of prodigy. they're a few versions outdated but they're pretty similar to the modern, i'll add you to the repository. only like 35 versions out of...

> Where is the sourcemap? only collaborators get it

I think I have something ```js _.instance.prodigy.gameContainer.get("98e-4ed0").data.egInfo.tier = 2 ``` for level up and ```js _.instance.prodigy.gameContainer.get("98e-4ed0").data.egInfo.tier = 3 ``` for ultimate. However I don't know how to test it.