Wasif Ali
Results
2
issues of
Wasif Ali
I'm trying to add cors to express app right after setting it, ``` const app = express(); app.use( cors({ origin: ['some_origin', 'some_origin_2'], }), ); ``` expected behaviour is it should...
I'm using this package for drawing polygons on images, ### Desired Behaviour: > Default annotation prop should ret to initial value once I save annotations on a custom action call....