Nicholas Zacca

Results 12 comments of Nicholas Zacca

The issue appears to be here: https://github.com/stalniy/bdd-lazy-var/blob/master/index.js#L578 I've been able to workaround this issue by adding the original keys to the new context, for example: ```js ['', 'x', 'f'].forEach(function (prefix)...

@stalniy Thanks for the response! I agree, what I proposed doesn't work for the `describe.each`. It was meant just as a workaround so that I could get tests to run...

For anyone looking for a place to start for type definitions: ```typescript declare module "react-router-test-context" { import { match, RouteComponentProps, RouterChildContext, StaticContext } from "react-router"; type ReactRouterTestContext = RouterChildContext &...

Related issue to problem 2 described here: https://github.com/uNmAnNeR/imaskjs/issues/718 #718 pertains to resetting the control in the Angular framework specifically but I think the underlying issue is the same/related.

@pavelfeldman Thank you. Do we know what version this was fixed in? Or the PR/commit that fixes this?

@crutchcorn Thanks for the update! Just tried the example config from the tests and sadly could not get this to work: https://github.com/plopjs/plop/tree/main/packages/plop/tests/examples/typescript Receiving the following error: ```bash [PLOP] Something went...

Reproduction has been updated to demo `.css` issue as well. Note that I left the `extensions` override commented so that the default `.ts` / `.js` case could be tested first.

See https://github.com/PolymerElements/iron-dropdown/issues/137 for cause and fix.

Related issue occurs for the `iron-overlay-opened` event when the paper-dropdown-menu is opened. Using the same demo above, replace the `iron-overlay-closed` event with `iron-overlay-opened`. Issue presents itself after clicking on the...