Skip to content

Conversation

cacheung
Copy link
Contributor

@cacheung cacheung commented Sep 29, 2025

  • Pull typecast Messaging Proposition for getPropositionsForSurface API from staging update the messaging.ts
  • fix the Sample app only show Remote View issue.
  • fix ci
    • enable corepack
    • Add memory for yarn install (NODE_OPTIONS: "--max-old-space-size=4096") and network timeout
    • Jest Test (moduleNameMapper + transformIgnorePatterns in jest.config.js)

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

cacheung and others added 15 commits September 25, 2025 15:17
Fix the issue, when users clicked the dismiss button on ContentCardView.tsx, the app crashed with React's hooks consistency error.
"Rendered fewer hooks than expected. This may be caused by an accidental early return statement"
…ace API (adobe#534)

* typecast Messaging Proposition

* update README

* update README
remove conversion
remove old mapping for tracking
It was showing only Remote view in the sample app event choose other selectedViews.
Enable Corepack for ci to fix the test and indention issue
fix react-native import error for "test"
update sample package dependency
update yarn.lock file
fix CI test
add timeout for ci steps
fix ci tests
remove -network-concurrency
fix config indentation
Increasing the memory limit from 4GB,
…smiss

update for Rendered fewer hooks than expected error" when clicking dismiss
@cacheung cacheung merged commit 189fe94 into adobe:content-card-ui Sep 29, 2025
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants