We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/moderntribe/rest-api-tester/blob/master/src/resources/js/src/components/Methods.js#L1
I see this pattern a lot in the app. Would the preferred react version it uses be on the admin panel?
We can use a resolve alias in webpack to cut down on this. An intermediary could then be used that always just returns the correct react:
const React = window.React || require('react'); module.exports = React
In webpack add something like:
alias: { react$: path.resolve(__dirname, 'src/resources/js/src/react.js') }
The text was updated successfully, but these errors were encountered:
lucatume
nealfennimore
No branches or pull requests
https://github.com/moderntribe/rest-api-tester/blob/master/src/resources/js/src/components/Methods.js#L1
I see this pattern a lot in the app. Would the preferred react version it uses be on the admin panel?
We can use a resolve alias in webpack to cut down on this. An intermediary could then be used that always just returns the correct react:
In webpack add something like:
The text was updated successfully, but these errors were encountered: