Upgraded to redash 15, v1 not found
See original GitHub issueI just upgraded to Redash 15.0.0 and following the documentation, I changed my imports to
import { onScrollEvent, useValues } from 'react-native-redash/v1';
but I’m getting build errors Unable to resolve module `react-native-redash/v1
, what am I doing wrong?
Is v1 a separate package now?
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
How to Upgrade (Legacy Images) - Redash
Starting from v1.0.0, the upgrade script is part of the codebase, ... Upgrade failing with “sudo: /etc/init.d/redash_supervisord: command not found”.
Read more >Error: Unable to run docker-compose on Apple M1 Silicon
I've tried uninstalling/reinstalling/cleaning and what was suggested here: Unable to docker-compose build but did not work.
Read more >Page 115 - Redash Discourse
Updated from 1.0.3 to 2.0 and now Google Analytics and Sheets are missing as data sources ... V1.0 has removed dashboard grouping from...
Read more >How to Upgrade - Redash
To move from V4 to V7, for example, you should upgrade V4 to V5 to V6 to V7. During each migration, check the...
Read more >useValues is not a function, react-native-redash - Stack Overflow
import { useValues } from "react-native-redash/lib/module/v1";. Update December 2022. Since version 17.0.0 v1 version is not supported ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
🎉 This issue has been resolved in version 15.0.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
sorry for the mess, I went a bit too quick, I did manage to make the package still compatible with v1 even tough v2 break compatibility with v1 (interpolate -> interpolateNode, Easing -> EasingNode)