Viktor Eriksson

Results 12 issues of Viktor Eriksson

I keep getting this error as soon as I show the color picker. Uncaught TypeError: Cannot read property 'canvas' of undefined at Checkboard (Checkboard.js:22) at Checkboard (index.js:94) at renderWithHooks (react-dom.development.js:14803)...

## Feature Request ### Describe the problem related to this feature request Problem today is that when clicking the preview icon no event is triggered. I would like to open...

enhancement

For example when resizing a jquery ui dialog with a openlayers map inside. If moving too quickly the mouse will hover the map instead of the resize-corner-div and it will...

Cookies that are set by the server that I'm redirecting to isnt picked up. I see that connection-header is set to "close" is that why the server doesnt set the...

## Version 3.62.1 * Phaser Editor 2D Version: * Operating System: * Windows 11 * Web Browser and version: ## Description When creating a prefab it is not recognized when...

Enhancement

I have this pwa and when it works it works almost perfectly. I can kill the app, turn off the internet connection and it still works. The app is hosted...

When deploying through fleet I am able to set namespace labels to the namespace I am deploying to. I would like to target the cluster secrets to only match the...

enhancement

I have installed the cluster-secret helm chart version 0.2.1 But when trying to create a clustersecret I get the following error message: `Unable to build kubernetes objects from release manifest:...

I like to organize my components by type. For example: -components -dialogs -dialogcomponent1 -dialogcomponent2 -lists -todoList -shoppingList etc.. If right clicking the dialogs folder and selecting to Generate a new...

I have approximately the following setup: const App = withErrorBoundary(({ children }) => { const [error, resetError] = useErrorBoundary((innerError, errorInfo) => {debugger}); ...... return {error && {JSON.stringify(error)} Try again }...