Eduard Jacko

Results 6 issues of Eduard Jacko

- git clone - nvm install - yarn - yarn test

bug

**Describe the bug** Type definition for ports doesn't extends `React.DetailedReactHTMLElement` which makes `createSchema` throw error **To Reproduce** ```typescript import { createSchema } from "beautiful-react-diagrams"; import React from "react"; const CustomNode...

### Description ### Steps to reproduce 1. Wrap `` with ` in your examples ### Additional info - react-pixi-fiber version: 1.0.2 - React version: 18.2.0 - ReactDOM version: 18.2.0 -...

`web_accessible_resource` need to be populated with sourcemaps

The last pull request will brake the proxies soon as you run `jspm install`. The reason is that jspm will replace ``` "github:*": "src/jspm_packages/github/*", "npm:*": "src/jspm_packages/npm/*" ``` by ``` "github:*":...