( Expanding on issue #201 )
When using the BTRoblox extension, anytime a user attempts to purchase a Gamepass on the game page, whether through the "Store" section or on the actual Gamepass page itself, causes the "Purchase" prompt to immediately close and (seemingly) throw a TypeError error.
The TypeError reads as follows: "TypeError: Cannot use 'in' operator to search for 'profileUserId' in undefined"
With a more detailed view from I can do from my limited knowledge is:
"Cannot use 'in' operator to search for 'profileUserId' in undefined
at reactHook.hijackConstructor.props [as filter]
(inject.js:1571:30)"
Hope this helps!
( Expanding on issue #201 )
When using the BTRoblox extension, anytime a user attempts to purchase a Gamepass on the game page, whether through the "Store" section or on the actual Gamepass page itself, causes the "Purchase" prompt to immediately close and (seemingly) throw a TypeError error.
The TypeError reads as follows: "TypeError: Cannot use 'in' operator to search for 'profileUserId' in undefined"
With a more detailed view from I can do from my limited knowledge is:
"Cannot use 'in' operator to search for 'profileUserId' in undefined
at reactHook.hijackConstructor.props [as filter]
(inject.js:1571:30)"
Hope this helps!