Skylar

Results 38 comments of Skylar

I am having the same issue. I just upgraded my library version from 2.x to 3.x. In the above example, ``` ReactSelector('MyApp').findReact('PortalSubComponent'); ``` used to work. Now it doesn't.

@miherlosev Here is our code that used to work on v2.x that breaks on 3.x rough template structure (abstracted) ```html CA ``` ```js const Form = ReactSelector('OurForm'); const StateSelect =...

Bump on this, wonky indentation is very annoying. Running Prettier just to fix all this bad indentation

does this address this? https://github.com/plaid/quickstart/pull/167/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R89

@ekearns-plaid can you either close this or rebase it and merge it?

hey @SnapeEye we recently just fixed an issue with `exit()` not working correctly (#242), and a few weeks ago fixed an issue related to how the iframe cleans up after...

hi @seromenho we have an internal ticket to track this and #118. Thanks! I'll make sure to update here if there is anything to share. Merging your PR as-is would...

~hi @d65yan how does removing the random number in the ID of the element it creates solve this? Wouldn't it be subject to the same `style-src 'unsafe-inline'` CSP either way?~...

hey @mrodrigs the `usePlaidLink` hook is supposed to manage loading of the script tag. Could you clarify why you are doing this in your application separately from simply using the...