Marijan Greguric

Results 20 comments of Marijan Greguric

You can use validate() $user = User::create($_user); if ($user->validate()){ // ok }else{ return $user->errors()->all(); }

```json { "$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/component.json", "componentName": "heading", "title": "Heading", "componentClass": "heading", "example": { "attributes": { "headingContent": "This is heading", "headingLevel": 2, "headingSize": "regular", "headingColor": "black", "headingUse": true } }, "attributes": {...

`{ "$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/globalManifest.json", "namespace": "eightshift-boilerplate", "background": "#FBF9FF", "foreground": "#9973E3", "config": { "outputCssGlobally": true, "outputCssOptimize": true, "outputCssSelectorName": "esCssVariables", "outputCssGloballyAdditionalStyles": [ ":root {--es-loader-opacity: 1;}" ], "useRemBaseSize": false, "useWrapper": true, "experiments": { "wrapperDragNDropEditing":...

Hmm.. nice option for tab will be "remeber me" like when user open tab and then navigate to other page when he returns to page with tabs then that tab...

I installed : https://www.npmjs.com/package/@woocommerce/dependency-extraction-webpack-plugin?activeTab=readme I put into webpack config into plugins new WooCommerceDependencyExtractionWebpackPlugin() but still when npm start i get error:Module not found: Error: Can't resolve '@woocommerce/base-context'

it seem that renderScrollComponent is never executed