All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Izara Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:55, 12 June 2025 Rut talk contribs created page 2025-06-12 - frontend page template error (Created page with "==Error== <syntaxhighlight> Cannot use import statement outside a module SyntaxError: Cannot use import statement outside a module application '@izaraFrontends/payment' died in status LOADING_SOURCE_CODE: Cannot use import statement outside a module SyntaxError: Cannot use import statement outside a module </syntaxhighlight> ==fix== <syntaxhighlight lang="JavaScript"> const { merge } = require("webpack-merge"); const singleSpaDefaults = require("webpack-config-single-...")
- 10:33, 10 June 2025 Rut talk contribs created page 2025-06-10 - Frontend Variable Object Standard (Created page with "==initTableConfig== export const NAME = { USER_NAME: "tableIdB", SLICE_NAME: "configReducer", }; ==tableConfig== <syntaxhighlight lang="JavaScript"> let objConfig = useSelector((state) => state[NAME.SLICE_NAME][USER_NAME]); //config edit let objOutputTableConfig = useSelector((state) => state[NAME.SLICE_NAME][USER_NAME]); //output action ui visible edit let keySection </syntaxhighlight> if position in Element = objConfigElement ==ElementComponent== <synt...")