Alexis Bize
Alexis Bize
Had the same issue and created a workaround with react (v16) and the prop-types package. Not the best one, but it works: ``` require('react').PropTypes = require('prop-types'); ```
@zhangkaiyulw Are you using webpack? If so: entry.js (used in webpack): ``` require('react').PropTypes = require('prop-types'); require('./client.js'); ``` client.js (Also works with `require`ofc) ``` import React from 'react' import ReactDOM from...
Not the best way here, but you can make it through CSS with an additional className. JS: ``` // ... ``` CSS: ``` .modal-dialog > a { display: none; }...
Had this issue minutes ago and my current workaround (based on my needs) is to dynamically import each lang, based on the specified locale. ```javascript type Locale = 'en-US' |...
No worries, I'll try to take a look then 👌Thank you!
👋 Right, xcloud-python has the correct scheme :) As said, I'm not sure that divulging the signing procedure is right as It may have a negative impact regarding user's security...
@nightsurge Right, I'm currently using it on HaloDotAPI services (Cryptum, Leaderboards, XUGC, etc.). * https://cryptum.halodotapi.com/auth/redirect * https://leaderboards.halodotapi.com Note: The main issue with MediaHub (and *metadata endpoints) is that, even with...
Hey, Unfortunately, the "activity" trick doesn't work anymore and games such as Cyberpunk 2077 won't be returned. The only viable workaround is the use "mediahub.xboxlive.com" domain (which is used by...
A new branch (4.0.0) has been created. * https://github.com/XboxReplay/xboxlive-api/tree/4.0.0 To overcome this issue, this library will expose additional methods to call the upcoming v2 XboxReplay API ; which is able...
If you must, yes :)