Valentin Palkovic

Results 72 issues of Valentin Palkovic

With Typescript 4.5.x some types are generated differently: **Source:** ```typescript import React from 'react'; export declare type TInput = { onBlur: React.FocusEventHandler; property1: Record; }; export {}; ``` **Generated output...

When i try to add the plugin through `cordova plugin add com.lesfrancschatons.cordova.plugins.pdfreader`, it will return the following error: > Error: Registry returned 404 for GET on https://registry.npmjs.org/com.lesfrancschatons.cordova.plugins.pdfreader

Issue: ## What I did Merged https://github.com/storybookjs/storybook/pull/20361 into `valentin/angular15-maintenance` and adjusted tests. ## How to test - [ ] Is this testable with Jest or Chromatic screenshots? - [ ]...

bug
app: angular

Issue: N/A Enable viteExternalsPlugin for dev mode. ## What I did ## How to test ## Checklist - [ ] Make sure your changes are tested (stories and/or unit, integration,...

bug
vite

Closes https://github.com/storybookjs/storybook/issues/19989 ## What I did The rules of hooks in React were not correctly applied. Hooks were used in a non-react way. ## How to test 1. Run a...

bug
ui

Closes N/A ## What I did Make types more strict to support Angular sandbox ## How to test N/A ## Checklist - [ ] Make sure your changes are tested...

maintenance

### Is your feature request related to a problem? Please describe Typescript 5.0 release is around the corner (March 14th), and the 5.0 RC is available on February 28th. We...

feature request
typescript

### Describe the bug The `env` property doesn't accept a function definition like this: ```ts import { StorybookConfig } from "@storybook/angular"; const config: StorybookConfig = { stories: [...], framework: {...

bug
has workaround
typescript
sev:S3

Closes N/A ## What I did ## Checklist for Contributors ### Testing #### The changes in this PR are covered in the following automated tests: - [ ] stories -...

Closes https://github.com/storybookjs/storybook/issues/25739 Closes https://github.com/storybookjs/storybook/issues/22472 ## What I did Updated StorybookConfig import in core-webpack types.ts to use the proper StorybookConfig type and fix type bugs, which were introduced by this change....

bug
patch:yes
ci:daily