Ivan Jeremic

Results 38 issues of Ivan Jeremic

I used from the Format Examples on the Website this Format `'0,0[.]00 $'` and it works well except that I need `'0,0[.]00 €` the EUR Symbol but when I replace...

I use SelectSearch with a filter like this ``` { return new Promise((resolve, reject) => { try { const exchangeList = ccxt.exchanges.map( (exchange: any) => ({ value: exchange, name: exchange,...

Since I'm trying to use material-ui in react-kanban I get this error, is this any known problem how can I get it working with react-kanaban? ``` ERROR in ./node_modules/react-transition-group/esm/TransitionGroup.js Module...

[nodemon] 1.18.4 [nodemon] to restart at any time, enter `rs` [nodemon] watching: *.* [nodemon] starting `node dist/server.js dist/server.js` internal/modules/cjs/loader.js:582 throw err; ^ Error: Cannot find module 'C:\Users\ivnj\Development\NodeProjects\kanban\react-kanban\dist\server.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)...

I asked 5 expirienced developers to install the Full setup and nobody was able to do that beceuse all they say is that this package has errors, Any chance you...

### Check that this is really a bug - [X] I confirm ### Reproduction link nope ### Bug description ```js ... ``` We can't do this but we should have...

React

# 🌈 Feature A really cool feature would be if authors of an NPM Packages would be able to verify themselves as authors and owners of an NPM Package and...

I have a small sandbox where I deleted some html file which is used by my framework (node based compiler for HTML), It basically goes trough the file-system and builds...

When I do something like this I get the TypeScript Error. ``` Type '{ children: Element[]; cascade: true; duration: number; }' is not assignable to type 'IntrinsicAttributes & SlideProps'. Property...

Browser Extensions are growing every day and the millions of people use them, there are a few good boilerplates out there for building them with react but nothing that is...