[0.3] Documentation Examples Not Working (except Player List)
After reviewing the first three examples in the documentation, it seems the main issues are due to typos.
- Animated Computed: On line 41, the
peekvariable is not declared. - Fetch Data From Server: On line 39, the
peekvariable is also undeclared. Additionally, on line 31, thefetchUserBiofunction is called without the necessary parameters, causing an error. - Light & Dark Theme: On lines 29 and 32, the
peekvariable is not declared.
I attempted to resolve the issues in the other examples as well, but I wasn't successful. While fixing the typos prevented errors, the code still didn’t work. This is beyond my expertise, as I don’t use Fusion or have familiarity with it.
May want to look at the examples of previous versions as well.
Phew! Thanks for this I was wondering what was going on.
Player List also has incorrect typing at line 9 (Scope used without generic type) Type hints do not seem to work (hover over "props.Players" or "player" at line 64. Result unreadable with luau-lsp and properly generated sourcemaps)
Hey is this issue fixed? Can it be closed?