Iain Cameron

Results 4 comments of Iain Cameron

being able to pass the state of the request i.e a nonce or the referring url basically something that the callback can consume please see https://dev.twitch.tv/docs/authentication/getting-tokens-oauth Parameter | Required? |...

@s-chillo microbundle supports --alias so update package.json build and start scripts (note: you can use the env var $INIT_CWD and under windows %INIT_CWD%) ``` scripts": { "build": "microbundle-crl --no-compress --format...

> @icameron do you have a working example of the above? I am having a similar issue as the OP. I have tried using several of the options and am...

Add the babel-plugin-transform-react-jsx `npm i -D @babel/plugin-proposal-optional-chaining @babel/plugin-proposal-decorators babel-plugin-inline-react-svg babel-plugin-file-loader babel-plugin-transform-react-jsx` then update the .babelrc ``` { "plugins": [ ["@babel/plugin-proposal-decorators", { "legacy": true }], [ "@babel/plugin-transform-react-jsx", { "pragma": "React.createElement", "pragmaFrag":...