Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
candid-dev-nxt.wpress.dk
httpdocs
node_modules
@mui
utils
formatMuiErrorMessage
File Content:
formatMuiErrorMessage.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = formatMuiErrorMessage; /** * WARNING: Don't import this directly. It's imported by the code generated by * `@mui/interal-babel-plugin-minify-errors`. Make sure to always use string literals in `Error` * constructors to ensure the plugin works as expected. Supported patterns include: * throw new Error('My message'); * throw new Error(`My message: ${foo}`); * throw new Error(`My message: ${foo}` + 'another string'); * ... * @param {number} code */ function formatMuiErrorMessage(code, ...args) { const url = new URL(`https://mui.com/production-error/?code=${code}`); args.forEach(arg => url.searchParams.append('args[]', arg)); return `Minified MUI error #${code}; visit ${url} for the full message.`; }
Edit
Download
Unzip
Chmod
Delete