Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TableInput.tsx #18

Merged
merged 2 commits into from
Feb 25, 2024
Merged

Update TableInput.tsx #18

merged 2 commits into from
Feb 25, 2024

Conversation

alexgorgos
Copy link
Contributor

"Error: Cannot resolve a Slate point from DOM point: [object Text]" issue fix

@davydog187
Copy link
Owner

Thanks @alexgorgos

@davydog187
Copy link
Owner

CI is failing, can you please take a look?

@davydog187 davydog187 merged commit 97e2b9c into davydog187:main Feb 25, 2024
3 checks passed
@kelenakamura
Copy link

is v1.0.3 going to get published to NPM?

@davydog187
Copy link
Owner

I've tried publishing but Sanity seems to have released breaking changes without respecting semver. @kelenakamura if you are interested in fixing and sending a PR, I'd be happy to publish a new version.

npm publish

@bitfo/sanity-plugin-portable-table@1.0.3 prepublishOnly
npm run build

@bitfo/sanity-plugin-portable-table@1.0.3 prebuild
npm run clean && plugin-kit verify-package --silent && pkg-utils

@bitfo/sanity-plugin-portable-table@1.0.3 clean
rimraf lib

node_modules/@sanity/types/lib/dts/src/index.d.ts:756:3 - error TS1139: Type parameter declaration expected.

756 const TType extends string | IntrinsicTypeName, // IntrinsicTypeName here improves autocompletion in some IDEs (not VS Code atm)
~~~~~

node_modules/@sanity/types/lib/dts/src/index.d.ts:756:15 - error TS1005: ',' expected.

756 const TType extends string | IntrinsicTypeName, // IntrinsicTypeName here improves autocompletion in some IDEs (not VS Code atm)
~~~~~~~

node_modules/@sanity/types/lib/dts/src/index.d.ts:756:30 - error TS1005: ',' expected.

756 const TType extends string | IntrinsicTypeName, // IntrinsicTypeName here improves autocompletion in some IDEs (not VS Code atm)
~

node_modules/@sanity/types/lib/dts/src/index.d.ts:757:3 - error TS1109: Expression expected.

757 const TName extends string,
~~~~~

node_modules/@sanity/types/lib/dts/src/index.d.ts:757:15 - error TS1005: ',' expected.

757 const TName extends string,
~~~~~~~

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