Alex Hartford

Results 21 comments of Alex Hartford

Hi guys, I recommend you not to use this package and instead use your own implementation. It's not that much harder, and following this pattern will make use of the...

It's just a warning, so no need to worry. It was fixed with this PR https://github.com/Realank/flutter_datetime_picker/pull/236 but apparently didn't make it into the latest deployment. If you want, pulling from...

This is still an issue regardless of how the extension or app is configured. Using https://github.com/OneSignal/OneSignal-iOS-SDK instead works ([Make sure to use at least this version and follow the instructions!](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/3.11.0))...

> We have integration tests for Next 15 and generally everything is green. Is this change something new from next recently? Doesn't really make sense that changing your config file...

> Do you have type: module in your package.json? Yes, also tried without it > I can create a brand new next project (with a TS config file), add recharts@latest,...

> No runtime errors here. There has to be another setting messing with things. Can you paste your tsconfig? ``` { "compilerOptions": { "target": "ES6", "lib": ["dom", "ES2016", "ES2017.Object", "ES2020",...

> what package managers do you all use? Do you all use webpack for builds? Nothing I'm trying has any issues npm, webpack for builds, turbopack for local dev (which...

> you all have `use client;` in your components with charts right? My project is still on pages dir, so N/A > So are you saying the actual steps to...

> do this for testing purposes only but can someone try deleting their `node_modules` and lockfile? Wondering if something is messed up in the lockfile and nuking things resolves it....

Thank you for the review @jdorn, and bearing with me on that first rough draft. This PR should now be implemented properly. If I missed anything please let me know!